An open API service indexing awesome lists of open source software.

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

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