Spinach Blog Archive Pages Categories Tags

AWS Lambda deployments: Best practices and common mistakes

15 November 2016

TL;DR


Full Version

Serverless framework of Amazon.

Lambda Event Sources:

Check my Serverless post for the pros and cons. Applies to Lambda

Drawbacks specifically for Lambda:

Implementation tips

Common use cases

Performance

Startup Time: Python > Node.js > Java.

Trhoughtput: Java > Node.js

Lambda can be used as a microservice deployment mechanism. However, remember that Lambdas don’t have state, which is expected in microservices.

Contact

Derekshmore: check slideshare and blog.

blog comments powered by Disqus
Fork me on GitHub