-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SAM Accelerate support for nested stacks #3305
Comments
This would be a godsend for our application! I want to use nested stacks in my SAM/CDK app and not have to wait for a full nested stack deployment every time I make a code change. This is especially important given this comment:
|
I'm also a heavy user of nested stacks and AppSync. Big +1 for this. |
Tried out sam sync/watch yesterday just to see what would happen. Errors all over the place. I'm probably using every currently unsupported use case right now.
I guess I could break this into multiple stacks along the lines of resources that tend to be static vs. all the Lambda Function related resources. But hey, one |
In the mean time, would it be possible to add a warning to the command if it detects |
This is a feature we are currently working on, please keep an eye out for updates! |
@revmischa @ConnorKirk @kjones We have launched support for nested stacks in the last release, it's still not feature complete as we are verifying all the edge cases. Please feel free to try it out and let us know how it works for you. Thanks for the feedback as always! |
This is now complete and generally available. Closing this issue, thank you! |
Describe your idea/feature/enhancement
SAM CLI just launched SAM Accelerate, and this issue is to track adding support for nested stacks with
sam sync --watch
The text was updated successfully, but these errors were encountered: