Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manhpham90vn/sam_boilerplate


https://github.com/manhpham90vn/sam_boilerplate

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# sam-boilerplate

## Deploy

### First time

````shell
sam build
sam deploy --guided --parameter-overrides Stage=staging
````

### Normal

````shell
sam build
sam deploy --config-env staging --force-upload
````