This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: vZuHgkVWyYSC6Xf2RgAdintEI376SAnZkLU2_e98_hw
Cover

AWS Lambda with AWS Chalice

Written by @trannotes | Published on 2018/8/4

TL;DR
Some notes while working with AWS Lambda using Python3

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

[story continues]


Written by
@trannotes
Technical Writer on HackerNoon.

Topics and
tags
aws-lambda|aws|serverless|aws-chalice
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: vZuHgkVWyYSC6Xf2RgAdintEI376SAnZkLU2_e98_hw