Embed presentation
Download to read offline















AWS Lambda allows you to run code in response to events without managing infrastructure. It runs code automatically based on triggers from other AWS services or custom applications. Lambda handles scaling and maintenance of compute resources so you only need to supply the code. While still early, Lambda supports Node.js, Python and Java and can run any process on Amazon Linux. It offers scalability, quick deployment and less need for DevOps skills compared to managing servers. Developers should be aware that some regions do not yet support it and architectures may be more complex than monolithic apps.













