serverless-nested-stack

0.0.7 • Public • Published

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

/serverless-nested-stack/

    Package Sidebar

    Install

    npm i serverless-nested-stack

    Weekly Downloads

    830

    Version

    0.0.7

    License

    ISC

    Last publish

    Collaborators

    • jagdish.idhate
    • aditmalik-synechron