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 3
Integration between AWS Lambda and the Simple Storage Service
Content Locked
Section 2
AWS Lambda and Simple Storage Service with Node.js
The aim of this video is to understand the considerations to be taken care of when deploying a Node.js Lambda function. - Consider the amount of Memory - Look at the amount of timeout - Discuss about the IAM Roles assigned to the function