Book Image

Learning AWS Lambda [Video]

By : Markus Klems
Book Image

Learning AWS Lambda [Video]

By: Markus Klems

Overview of this book

Amazon Lambda is the part of Amazon Web Services that lets you run your code without provisioning or managing servers. Amazon Lambda is a compute service that enables you to deploy applications and back-end services that operate with zero upfront cost and require no system administration. This video tutorial will start with the basics of Amazon Lambda and will then walk you through combining Lambda with other Amazon Web Services, such as Amazon API Gateway Service, Amazon DynamoDB, and so on. Moving on, this tutorial will show you how to write, run, and test Lambda functions using Node.js, Java, Python, and C#. Moreover, you will learn how to use its serverless framework to increase your development productivity.
Table of Contents (6 chapters)
Chapter 5
Programming AWS Lambda with Python
Content Locked
Section 3
Building a Serverless Backend with Python
We will create a simple CRUD web application with Lambda, API Gateway, and DyanmoDB—using the serverless framework and Python. - First, we refactor the Lambda function from the previous video - Then we add DynamoDB, deploy, and test our service - Then we add the other CRUD operations and test again