Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huksley/serverless-python-flask
Flask based Python app which deploys to AWS as a serverless app
https://github.com/huksley/serverless-python-flask
aws python serverless
Last synced: about 2 months ago
JSON representation
Flask based Python app which deploys to AWS as a serverless app
- Host: GitHub
- URL: https://github.com/huksley/serverless-python-flask
- Owner: huksley
- Created: 2020-11-04T12:00:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T21:10:02.000Z (about 4 years ago)
- Last Synced: 2024-04-15T06:42:45.587Z (8 months ago)
- Topics: aws, python, serverless
- Language: Python
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Python app
## Deploying to AWS
```
npm install
pipenv install
env FLASK_SECRET_KEY=123 pipenv run deploy
```## Running locally
```
env FLASK_SECRET_KEY=123 pipenv run app
```