-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add CFN stack sets to supported resources #3249
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: Release v0.8.0
chore: v0.8.1 Release
chore: Release v0.9.0
chore: Release v0.10.0
chore: Release v0.11.0
Releasing v0.12.0
SAM CLI v0.13 release
Release: Version 0.14.0
chore: Version bump SAM CLI to 0.14.1 (aws#1082)
Release: v0.14.2
v0.15.0 Release
chore(version): 0.16.0
Release v0.16.1
chore: v0.17.0
release: Version 0.18.0 (aws#1206)
release: 0.20.0
Revert "release: 0.20.0"
chore: Update version to 0.20.1
This reverts commit 2090431.
chore: Release SAM CLI v0.22
Release: 0.23.0
chore: v0.30.0
Release v0.31.0
Release v0.31.1
chore: 0.32.0 Release
Release v0.33.0
Adds the ability to upload CloudFormation StackSet `TemplateURL` files
Contributor
|
Thanks for contribution! |
aahung
approved these changes
Sep 10, 2021
c2tarun
approved these changes
Jan 5, 2022
mildaniel
approved these changes
Jan 5, 2022
8 tasks
mndeveci
pushed a commit
to mndeveci/aws-sam-cli
that referenced
this pull request
Apr 5, 2022
* Revert "release: 0.20.0" * chore: Update version to 0.20.1 * Revert "Revert "release: 0.20.0"" (aws#1377) This reverts commit 2090431. * Add CFN stack sets to supported resources Adds the ability to upload CloudFormation StackSet `TemplateURL` files Co-authored-by: Sanath Kumar Ramesh <sanathkr@amazon.com> Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com> Co-authored-by: Sriram Madapusi Vasudevan <3770774+TheSriram@users.noreply.github.com> Co-authored-by: Alex Wood <awood45@gmail.com> Co-authored-by: Tarun <c2tarun@users.noreply.github.com> Co-authored-by: Sriram Madapusi Vasudevan <3770774+sriram-mv@users.noreply.github.com> Co-authored-by: aws-sam-cli-bot <46753707+aws-sam-cli-bot@users.noreply.github.com> Co-authored-by: _sam <3804518+aahung@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the ability to upload CloudFormation StackSet
TemplateURLfilesWhich issue(s) does this change fix?
Why is this change necessary?
CloudFormation support currently includes "Stack" resources but not "StackSet" resources.
How does it address the issue?
Adds the properties to the enum/const to allow it to puck up these files.
What side effects does this change have?
Existing templates with non-url TemplateURL properties will have files uploaded (though these templates would fail when they hit CloudFormation anyway)
Checklist
make prpassesmake update-reproducible-reqsif dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.