0.3.1 • Published 10 years ago

serverless-resources-validation-plugin v0.3.1

Weekly downloads
47
License
ISC
Repository
github
Last release
10 years ago

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.

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago