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

https://github.com/louis70109/aws-wsgi-flask


https://github.com/louis70109/aws-wsgi-flask

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Aws-wsgi-flask

Welcome here!

# Quick Start

1. Install serverless via npm

```bash=
$ npm install -g serverless
```

2. Setup your **AWS** ceritficate

```bash=
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
```

3. Deploy the swagger example

```bash=
npm install
pip install -r requirements.txt
serverless deploy
```

# License

MIT License