Book Image

Deep Dive into AWS Lambda [Video]

By : Alan Rodrigues
Book Image

Deep Dive into AWS Lambda [Video]

By: Alan Rodrigues

Overview of this book

<p>AWS Lambda is a new computer platform in the cloud that offers a zero-administration experience for back-end developers and uses microservices to automatically manage compute resources for you.</p> <p>This video course starts with an introduction to the world of Serverless computing and its advantages and use cases, followed by a deep dive into AWS Lambda. You’ll be introduced to the concepts of Serverless computing and will get to know about the benefits. Then we’ll cover how to build and deploy an AWS Lambda function, and you’ll learn to integrate AWS Lambda with Simple Storage Service. Along the way, you’ll also discover how to design and deploy considerations for AWS Lambda.</p> <h1>Style and Approach</h1> <p>This all-inclusive guide will help you build Serverless applications and run Serverless workloads using the AWS Lambda service.</p>
Table of Contents (5 chapters)
Chapter 5
Design and Deployment Considerations for AWS Lambda
Content Locked
Section 4
Viewing CloudWatch Logs
The aim of this video is to learn about the key points for CloudWatch logs for AWS Lambda. - Create a separate log stream with each function - Use logging statements in code - Test the code with the logging statements