-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self Managed Stack Set Deployment Support #332
Comments
@eladb it is not, because not all features of StackSets are included in this one (see the "Out of scope" section in #332 (comment)). |
It's okay that we don't implement all the features immediately. I still think it's the same RFC. Closing as dup so we can preserve the history and discussions around StackSets in a single place. |
Description
Using CDK, we would like to define a template through CDK constructs and deploy as a Self Managed CFN Stack Set.
Related: #66
Working Backwards
cdk deploy
it would create a stack set if it does not exist or update an existing stack set + existing stack set instances.Proposed Scope:
Out of Scope (May be iteratively added in future):
Roles
The text was updated successfully, but these errors were encountered: