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

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

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