Skip to content
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

Transform support for nested stacks #664

Open
benkehoe opened this issue Oct 22, 2020 · 2 comments
Open

Transform support for nested stacks #664

benkehoe opened this issue Oct 22, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@benkehoe
Copy link
Contributor

Nested stacks should be able to use transforms, like AWS SAM, in exactly the way top-level stacks do. This is blocking AWS SAM CLI issue aws/aws-sam-cli#1213. Transform support for StackSets is open as #207.

@jmacgowa-ks
Copy link

We are also affected by this. We use a lot of "{{ssm:resolve:}}" SSM parameter references within our templates. Instead of manually updating the versions referenced within the templates, we use a macro to find the latest version of each of them, as the "ssm:resolve" feature doesn't support a latest version option.

As we use nested stacks sparingly, we are able to work around this for now.

@uberllama
Copy link

Us as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants