Skip to content

Conversation

@prowe-athene
Copy link
Contributor

Adds the ability to upload CloudFormation StackSet TemplateURL files

Which 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

  • Add input/output type hints to new functions/methods
  • Write design document (Do I need to write a design document?)
  • Write unit tests
  • Write/update functional tests
  • Write/update integration tests
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sanathkr and others added 30 commits November 29, 2018 12:44
chore: Version bump SAM CLI to 0.14.1 (aws#1082)
chore: Release SAM CLI v0.22
@aahung
Copy link
Contributor

aahung commented Sep 10, 2021

Thanks for contribution!

@c2tarun c2tarun merged commit 1c98e68 into aws:develop Jan 5, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants