https://github.com/yeukfei02/singapore-hawker-centre-api
singapore-hawker-centre-api
https://github.com/yeukfei02/singapore-hawker-centre-api
aws-lambda dynamodb serverless serverless-stack sst
Last synced: 4 months ago
JSON representation
singapore-hawker-centre-api
- Host: GitHub
- URL: https://github.com/yeukfei02/singapore-hawker-centre-api
- Owner: yeukfei02
- License: mit
- Created: 2021-06-23T14:55:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:22:14.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:27:39.094Z (6 months ago)
- Topics: aws-lambda, dynamodb, serverless, serverless-stack, sst
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# singapore-hawker-centre-api
singapore-hawker-centre-api
documentation:
api url:
## Requirement
- install yarn
- install node (v12+)## Testing and run
```zsh
// test api in local
$ yarn run start// deploy to production
$ yarn run deploy// create .build folder
$ yarn run build// run test case
$ yarn run test// remove services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```