https://github.com/yeukfei02/architect-serverless
architect-serverless
https://github.com/yeukfei02/architect-serverless
architect aws-apigateway aws-lambda dynamodb serverless
Last synced: 9 months ago
JSON representation
architect-serverless
- Host: GitHub
- URL: https://github.com/yeukfei02/architect-serverless
- Owner: yeukfei02
- License: mit
- Created: 2021-04-21T12:49:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:32:30.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:53:40.517Z (about 1 year ago)
- Topics: architect, aws-apigateway, aws-lambda, dynamodb, serverless
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# architect-serverless
architect-serverless
api url (staging)
api url (production)
## Requirement
- install yarn
- install node (v12+)
- install architect
## Testing and run
```zsh
// test api in local
$ yarn run dev
// deploy to aws (staging)
$ yarn run deploy:staging
// deploy to aws (production)
$ yarn run deploy:production
// export sam.json
$ yarn run package
// set environment variables
$ yarn run env
// remove serverless services in aws
$ yarn run destroy
```