Local provider enabling and lazy provider loading #891
Closed
NickSeagull
started this conversation in
Meta
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From now on, setting a provider is done by specifying
config.providerPackage
, rather than the oldconfig.provider
.In this new way, instead of
import
ing the Provider object and assigning it in theconfig.provider
field, you simply specify the name of the package as a string:With this addition, now Booster provider libraries are loaded on runtime when they are needed, meaning that if you want to deploy the same application to different providers (e.g. AWS, and Azure) you won't get any runtime errors complaining that the SDK for the cloud provider is missing.
This discussion was created from the release Local provider enabling and lazy provider loading.
Beta Was this translation helpful? Give feedback.
All reactions