Support for account specific deploys #2360
Labels
feature-request
New feature or request
needs-product-input
Needs non-technical requirements or direction to proceed
Environment information
Describe the feature
Related to #999 but didnt find any followup feature request for this
In dotnet i solved it by having this wrapper for the environment:
It provides a few ways of overriding it, or otherwise go for the default options of nothing, if no overrides are provided
Adding a typescript version like this to the creation of the
AmplifyStack
shouldn't break any existing deployments but add the possibility to go specific if neededUse case
There is a few resources in CDK which you might rather want to do lookups for than hard code its value
My specific one now is VPC, to look up the one created by an outside CDK stack
But same applies for AMIs and parameters etc
The text was updated successfully, but these errors were encountered: