top | item 12933643

(no title)

MrMullen | 9 years ago

Zappa is a Python tool that can be extremely helpful for persons getting into Lambda. It basically handles everything except for code creation (You have to do that). You can make crontab like jobs or a website and then push the code up to Lamba with a single command. It handles all the temporary S3 buckets, IAM account creation, fetching the Lambda URL, uploading code and connecting Lambda to API Gateway. Deployments are super smooth.

pip install zappa

It supports all of the Languages for Lambda, not just Python.

discuss

order

mojoe|9 years ago

I'm glad that tools like this exist, I wasn't aware of them, thanks