https://github.com/markhu/python-serverless
AWS Lambda using Python
https://github.com/markhu/python-serverless
aws-lambda aws-lambda-python python
Last synced: 5 months ago
JSON representation
AWS Lambda using Python
- Host: GitHub
- URL: https://github.com/markhu/python-serverless
- Owner: markhu
- Created: 2018-01-13T08:17:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T07:57:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T03:34:12.168Z (11 months ago)
- Topics: aws-lambda, aws-lambda-python, python
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ticker buffer
Inspired by https://netdevops.me/2017/building-aws-lambda-with-python-s3-and-serverless/
## requirements
* The `serverless` npm from serverless.com
* AWS config in ~/.aws/
## initial creation
serverless create --template aws-groovy-gradle
## mods
edit the serverless.yml file to create a GET callable URL
# deploy first time
serverless deploy
## deploy faster later
serverless deploy function --function ticker # scripted in ./depl.sh
## tested at
https://p89vtcmaej.execute-api.us-west-2.amazonaws.com/dev/?k=vvvv