serverless-plugin-nested-stacks icon indicating copy to clipboard operation
serverless-plugin-nested-stacks copied to clipboard

Nested stacks for sls

Results 8 serverless-plugin-nested-stacks issues
Sort by recently updated
recently updated
newest added

The documentation doesn't seem to mention anything about this. Is it possible? If so, how?

Hello Guys. How do we use it in an already existing serverless framework project? Recently we hit the 500 limits for cloudformation. The plugin says to include the CloudFormation file...

Currently, this plugin does not seem to handle cases where nested stacks themselves create stacks stored locally. That would be a great feature.

Hi guys, I'm planning to move a couple of resources (s3 buckets, kinesis streams, ...) out of the main serverless stack into nested stacks. Do you have recommendation on how...

Hi guys, do you have any plans to support cloudformation modules as alternative to nested stacks? https://aws.amazon.com/blogs/mt/introducing-aws-cloudformation-modules/ Best Jörg

I've used this plugin to create a stack with several nested stacks. When I try to run the root stack using serverless-offline, none of the resources in the nested stacks...

If I want to use a plugin like `serverless-plugin-optimize`, does it suffice to put it in the root stack's template file, or does it need to be defined in child...

The package.json mention some tests? Notably using jasmine. Are they unversionned tests, or this is just an artefact of scaffolding the project? Setting up a CI could be interesting. I...

enhancement