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
- Host: GitHub
- URL: https://github.com/stelligent/serverless-synchronous-resource-plugin
- Owner: stelligent
- License: mit
- Created: 2016-03-30T17:52:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T21:32:47.000Z (over 6 years ago)
- Last Synced: 2025-05-14T19:17:03.570Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```