Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manhpham90vn/sam_boilerplate
https://github.com/manhpham90vn/sam_boilerplate
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manhpham90vn/sam_boilerplate
- Owner: manhpham90vn
- Created: 2024-07-17T02:58:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T02:21:43.000Z (4 months ago)
- Last Synced: 2024-07-23T05:07:01.252Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````