serverless-plugin-additional-stacks | Additional Stacks Plugin for Serverless | Serverless library
kandi X-RAY | serverless-plugin-additional-stacks Summary
kandi X-RAY | serverless-plugin-additional-stacks Summary
serverless-plugin-additional-stacks is a JavaScript library typically used in Serverless, Nodejs, DynamoDB applications. serverless-plugin-additional-stacks has no bugs, it has no vulnerabilities and it has low support. However serverless-plugin-additional-stacks has a Non-SPDX License. You can install using 'npm i serverless-plugin-additional-stacks' or download it from GitHub, npm.
This plugin provides support for managing multiple AWS CloudFormation stacks in your Serverless 1.x service (serverless.yml). The plugin requires Node.js 12.x or later due to use of Object.fromEntries(). Normally, Serverless creates a single CloudFormation stack which contains all your CloudFormation resources. If you ever delete your service, these resources are also deleted, including data stored in S3 or DynamoDB. The Additional Stacks Plugin allows you to move your "permanent" resources into a separate CloudFormation stack, which is not tightly coupled with the service. If you delete your Serverless service and deploy it again from scratch, the permanent resources and their stored data remain untouched. The cost of separation is that Ref: no longer works for directly referencing resources between stacks. If you need such references, you'll need to define exported stack output values and then use Fn::ImportValue to refer to the value in the other stack. However, you can also use shared Serverless variables in stack definitions. So you can define resource names in serverless.yml and then refer to them using variables like ${self:custom.tableName}. You can use the plugin to manage as many additional stacks as you like in your serverless.yml, placed under the custom.additionalStacks section.
This plugin provides support for managing multiple AWS CloudFormation stacks in your Serverless 1.x service (serverless.yml). The plugin requires Node.js 12.x or later due to use of Object.fromEntries(). Normally, Serverless creates a single CloudFormation stack which contains all your CloudFormation resources. If you ever delete your service, these resources are also deleted, including data stored in S3 or DynamoDB. The Additional Stacks Plugin allows you to move your "permanent" resources into a separate CloudFormation stack, which is not tightly coupled with the service. If you delete your Serverless service and deploy it again from scratch, the permanent resources and their stored data remain untouched. The cost of separation is that Ref: no longer works for directly referencing resources between stacks. If you need such references, you'll need to define exported stack output values and then use Fn::ImportValue to refer to the value in the other stack. However, you can also use shared Serverless variables in stack definitions. So you can define resource names in serverless.yml and then refer to them using variables like ${self:custom.tableName}. You can use the plugin to manage as many additional stacks as you like in your serverless.yml, placed under the custom.additionalStacks section.
Support
Quality
Security
License
Reuse
Support
serverless-plugin-additional-stacks has a low active ecosystem.
It has 91 star(s) with 15 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 17 open issues and 10 have been closed. On average issues are closed in 211 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of serverless-plugin-additional-stacks is 1.6.0
Quality
serverless-plugin-additional-stacks has 0 bugs and 0 code smells.
Security
serverless-plugin-additional-stacks has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
serverless-plugin-additional-stacks code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
serverless-plugin-additional-stacks has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
serverless-plugin-additional-stacks releases are not available. You will need to build from source code and install.
Deployable package is available in npm.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of serverless-plugin-additional-stacks
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of serverless-plugin-additional-stacks
serverless-plugin-additional-stacks Key Features
No Key Features are available at this moment for serverless-plugin-additional-stacks.
serverless-plugin-additional-stacks Examples and Code Snippets
No Code Snippets are available at this moment for serverless-plugin-additional-stacks.
Community Discussions
Trending Discussions on serverless-plugin-additional-stacks
QUESTION
Serverless framework AWS deployment error
Asked 2021-Feb-09 at 12:19
I'm running into a weird error for which I can't find any documentation while deploying my aws lambda functions. Aws lambda functions can't be deployed and is showing me this error
...ANSWER
Answered 2021-Feb-09 at 12:19I fixed the problem by disabling versioning
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install serverless-plugin-additional-stacks
To install with npm, run this in your service directory:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page