serverless-resources-validation-plugin

0.3.1 • Public • Published

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.

Package Sidebar

Install

npm i serverless-resources-validation-plugin

Weekly Downloads

61

Version

0.3.1

License

ISC

Last publish

Collaborators

  • tmilewski