serverless-resources-validation-plugin
v0.3.1
Published
Serverless Resources (CloudFormation) Validation Plugin
Downloads
213
Maintainers
Readme
Serverless CloudFormation Template Validation Plugin
A Serverless Plugin for the Serverless Framework which adds an action to validate your CloudFormation template.
Introduction
This plugins does the following:
- Validates your CloudFormation template directly against Amazon's parameters.
Installation
- Go to the root of your Serverless Project
- Run
npm install serverless-resources-validation-plugin --save
- In your Project's
s-project.json
, in theplugins
property, add the npm name of your recently added plugin to the array, like this:
plugins: [
'serverless-resources-validation-plugin'
]
Usage
serverless resources validate
CLI Options
-s --stage
-r --region
Roadmap
- Add tests
License
ISC License. See the LICENSE file.