https://github.com/louis70109/aws-wsgi-flask
https://github.com/louis70109/aws-wsgi-flask
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louis70109/aws-wsgi-flask
- Owner: louis70109
- License: mit
- Created: 2019-08-31T13:58:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:40:02.000Z (about 4 years ago)
- Last Synced: 2025-01-31T22:11:26.226Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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