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

https://github.com/yeukfei02/python-serverless

python-serverless
https://github.com/yeukfei02/python-serverless

aws-apigateway aws-lambda dynamodb python serverless

Last synced: about 1 year ago
JSON representation

python-serverless

Awesome Lists containing this project

README

          

# python serverless

documentation:

api url:

## Requirement

- install python (v3.8)
- install yarn
- install node (v14+)
- install serverless

## Testing and run

```zsh
// install node dependencies
$ yarn

// install python dependencies
$ pip3 install -r requirements.txt

// test api in local
$ yarn run dev

// deploy to serverless
$ yarn run deploy

// open serverless dashboard
$ yarn run dashboard

// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```