AWS Lambda with AWS Chalice

Written by trannotes | Published 2018/08/04
Tech Story Tags: aws-lambda | aws | serverless | aws-chalice

TLDRvia the TL;DR App

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


Published by HackerNoon on 2018/08/04