Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```