Skip to content

lifengkow/serverless-nested-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-dev

Add the plugin to your serverless.yml file

plugins:
  - serverless-nested-stack

When you deploy using

sls deploy 

nested stack will be created using following structure

Parent-Stack

- LogStack
- ApiStack
  1. Parent-Stack Contains LogStack & ApiStack
  2. LogStack contains LogGroups & Roles
  3. ApiStack Contains Lambda functions and other resource

Note: Currently Tested with Lambda Functions, Api Resources & StepFunctions

About

Serverless nested stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%