Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeukfei02/hongkong-flight-information-serverless
Hong Kong Flight Information Api in aws lambda
https://github.com/yeukfei02/hongkong-flight-information-serverless
aws-apigateway aws-lambda flight nestjs nodejs serverless typescript
Last synced: about 2 months ago
JSON representation
Hong Kong Flight Information Api in aws lambda
- Host: GitHub
- URL: https://github.com/yeukfei02/hongkong-flight-information-serverless
- Owner: yeukfei02
- License: mit
- Created: 2022-06-09T13:04:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:15:16.000Z (about 1 year ago)
- Last Synced: 2024-05-09T16:13:59.874Z (8 months ago)
- Topics: aws-apigateway, aws-lambda, flight, nestjs, nodejs, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 137 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
# hongkong-flight-information-serverless
Hong Kong Flight Information Api in aws lambda
documentation:
api url:
## Requirement
- install yarn
- install node (v16+)
- 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
```