An open API service indexing awesome lists of open source software.

https://github.com/stelligent/serverless-synchronous-resource-plugin

Serverless plugin for deploying custom CFN stacks
https://github.com/stelligent/serverless-synchronous-resource-plugin

Last synced: 10 months ago
JSON representation

Serverless plugin for deploying custom CFN stacks

Awesome Lists containing this project

README

          

## serverless-synchronous-resource-plugin

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

**Usage**

This plugin provides a new Serverless Action 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
```