Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laardee/apig-usage-plan-cf


https://github.com/laardee/apig-usage-plan-cf

Last synced: 3 days ago
JSON representation

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
```