Book Image

Design Serverless Architecture with AWS and AWS Lambda [Video]

By : Michael Haberman
5 (1)
Book Image

Design Serverless Architecture with AWS and AWS Lambda [Video]

5 (1)
By: Michael Haberman

Overview of this book

Amazon Web Services continues its domination as the leading cloud service provider on the market. Since serverless applications are gaining a lot of traction, it is extremely important to understand the serverless architecture, to help you build, manage, and secure serverless applications. This video covers all aspects of serverless architectures in Amazon Web Services, which is necessary for working with serverless applications. This course starts with introduction to serverless architectures and then you'll delve into design considerations, followed by building a serverless application and deploying it on your serverless architecture. This video covers practical example of deploying and orchestrating a serverless application using DynamoDB, AWS Lambda, and API Gateway. Towards the end of the video, we will learn about some security considerations in protecting your serverless application. By the end of this course, you will have mastered working with serverless architectures on AWS Cloud. This course uses AWS Lambda and Node.js 6.10 while not the latest version available, it provides relevant and informative content for legacy users of AWS.
Table of Contents (4 chapters)
Chapter 3
Data Management
Content Locked
Section 2
Integrating S3 with Lambda Function
This video teaches you to handle your S3 data with lambda function by responding to events and utilize the AWS-SDK. - Define events in S3 on object changes - Trigger Lambda function to handle the changes - Use the AWS-SDK to interact with S3 from Lambda function code