A Serverless Plugin for the Serverless Framework which adds an action to validate your CloudFormation template.
This plugins does the following:
- Validates your CloudFormation template directly against Amazon's parameters.
- 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'
]
serverless resources validate
-s --stage
-r --region
- Add tests
ISC License. See the LICENSE file.