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: 11 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T21:10:02.000Z (over 5 years ago)
- Last Synced: 2025-02-17T09:31:07.982Z (about 1 year 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
```