serverless-nested-stack
v0.0.7
Published
Serverless nested stack workaround for cloudformation 200 resource limit
Readme
Serverless Nested Stack
Serverless plugin to Workaround for Cloudformation 200 resource limit
Install
Run npm install in your Serverless project.
$ npm install serverless-nested-stack --save-devAdd the plugin to your serverless.yml file
plugins:
- serverless-nested-stackWhen you deploy using
sls deploy nested stack will be created using following structure
Parent-Stack
- LogStack
- ApiStack- Parent-Stack Contains LogStack & ApiStack
- LogStack contains LogGroups & Roles
- ApiStack Contains Lambda functions and other resource
Note: Currently Tested with Lambda Functions, Api Resources & StepFunctions
