Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laardee/apig-usage-plan-cf
https://github.com/laardee/apig-usage-plan-cf
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laardee/apig-usage-plan-cf
- Owner: laardee
- Created: 2017-06-04T08:56:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T08:58:31.000Z (over 7 years ago)
- Last Synced: 2024-06-11T23:12:35.425Z (5 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Deploy snippets
```bash
aws cloudformation deploy --template-file apig-usage-plan.yml --stack-name apig-usage-plan-1
``````bash
aws cloudformation deploy --template-file apig-usage-plan-depends-on.yml --stack-name apig-usage-plan-2
```Remove snippets
```bash
aws cloudformation delete-stack --stack-name apig-usage-plan-1
``````bash
aws cloudformation delete-stack --stack-name apig-usage-plan-2
```