aws-swagger-wsgi-flask

this project is upgrade by https://github.com/louis70109/aws-line-echo-bot

MIT License

Stars
2

Aws-swagger-wsgi-flask

Welcome here!

Quick Start

  1. Install serverless via npm
$ npm install -g serverless
  1. Setup your AWS ceritficate
export AWS_ACCESS_KEY_ID=<your-key-here>
export AWS_SECRET_ACCESS_KEY=<your-secret-key-here>
  1. Clone this project
$ serverless install --url https://github.com/louis70109/aws-swagger-wsgi-flask -n <YOUR_FILE_NAME>
$ cd <YOUR_FILE_NAME>/
  1. Deploy the swagger example
npm install
pip install -r requirements.txt
serverless deploy

Author

Create by NiJia

License

The project is available as open source under the terms of the MIT License.