https://github.com/yeukfei02/random-user-api-serverless
random-user-api-serverless
https://github.com/yeukfei02/random-user-api-serverless
aws-apigateway aws-lambda aws-xray dynamodb nodejs serverless
Last synced: 7 months ago
JSON representation
random-user-api-serverless
- Host: GitHub
- URL: https://github.com/yeukfei02/random-user-api-serverless
- Owner: yeukfei02
- License: mit
- Created: 2020-10-07T13:11:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:32:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:19.851Z (9 months ago)
- Topics: aws-apigateway, aws-lambda, aws-xray, dynamodb, nodejs, serverless
- Language: TypeScript
- Homepage:
- Size: 669 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# random-user-api-serverless
random-user-api-serverless
documentation:
api url:
## Requirement
- install yarn
- install node (v14+)
- install serverless## Testing and run
```zsh
// test api in local
$ yarn run dev// deploy to serverless
$ yarn run deploy// open serverless dashboard
$ yarn run dashboard// lint code
$ yarn run lint// format code
$ yarn run format// run test case
$ yarn run test// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```