Skip to content

A plugin for the Serverless Framework which adds an action to validate your CloudFormation template

License

Notifications You must be signed in to change notification settings

tmilewski/serverless-resources-validation-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless CloudFormation Template Validation Plugin

A Serverless Plugin for the Serverless Framework which adds an action to validate your CloudFormation template.

npm version Dependency Status DevDependencies Status

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 the plugins 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.

About

A plugin for the Serverless Framework which adds an action to validate your CloudFormation template

Resources

License

Stars

Watchers

Forks

Packages

No packages published