paint-brush
AWS Lambda with AWS Chaliceby@trannotes
767 reads
767 reads

AWS Lambda with AWS Chalice

by trannotesAugust 4th, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Some notes while working with AWS Lambda using Python3
featured image - AWS Lambda with AWS Chalice
trannotes HackerNoon profile picture

Some notes while working with AWS Lambda using Python3


**Limit:**https://docs.aws.amazon.com/lambda/latest/dg/limits.html#limits-list



**Serverless framework by AWS:**https://github.com/aws/chalicehttps://chalice.readthedocs.io/en/latest/


Build extension moduleshttps://docs.python.org/2/extending/extending.html




Some modules will not be compatible with Amazon Linux, they need to be rebuilt for Amazon Linux:- Use build instance: AWS EC2- Use docker: Amazon Linux Container Image: https://docs.aws.amazon.com/AmazonECR/latest/userguide/amazon_linux_container_image.html- Use AWS Cloud9


Those extension modules need to be in /vendor of Chalice project:http://chalice.readthedocs.io/en/latest/topics/packaging.html#rd-party-packages