KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
serverless-nested-stack
★ 42
Open GitHub ↗
Serverless nested stack
Download README (.md)
Explore Similar Repositories
amplitude-modulation-analysis-module
:
Amplitude Modulation Analysis Module for Python
MGS.Minimap
:
Unity plugin for make mini map and draw motion trail in scene UI.
nlp_multi_task_learning_pytorch
:
A multitask learning architecture for Natural Language Processing of Pytorch implementation
valentines_day
:
情人节快乐,送给你喜欢的女孩吧
1line-py
:
Enseñando pensamiento computacional a partir de python one-liners
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
serverless-nested-stack
?
Download (.md)
# 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