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: 6 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:32:40.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:53:44.731Z (about 1 year 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
```