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

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

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