serverless-synchronous-resource-plugin

0.1.5 • Public • Published

serverless-synchronous-resource-plugin

Serverless plugin for synchronously deploying CFN stacks with monitoring of stack events.

Usage

This plugin provides a new Serverless Actions which can be invoked via the Serverless CLI from a project root directory.

# Create or upate a CFN stack
==> synchronousResources deploy -t relative/path/to/a/cfn/template.json -s prod -r us-east-1
# Delete a CFN stack
==> synchronousResources remove -t relative/path/to/a/cfn/template.json -s prod -r us-east-1

Package Sidebar

Install

npm i serverless-synchronous-resource-plugin

Repository

github.com/

Weekly Downloads

1

Version

0.1.5

License

MIT

Last publish

Collaborators

  • dmbettinger