KnowledgeLinks Logo

Ready to learn about Lambda?

Lambda is an AWS service that does something and we'll provide a description here from the AWS website. This could be quite a long description, not sure how long. But, there is a chance, that it will be a LONG one

Select a knowledge link to start learning!

AWS Lambda Knowledge Links

Title How to run Serverless Code – Amazon Web Services (AWS)
Notes A simple practical introduction to Lambda. In this tutorial you'll create a Hello World Lambda function using the AWS Lambda console.
Tags Lambda
Rating Not Rated Type Web Tutorial
Title Tutorial: Using AWS Lambda with Amazon S3 - AWS Lambda
Notes Official AWS tutorial on using AWS Lambda with Amazon S3. As per tutorial introduction: "Suppose you want to create a thumbnail for each image (.jpg and .png objects) that is uploaded to a bucket. You can create a Lambda function (CreateThumbnail) that Amazon S3 can invoke when objects are created. Then, the Lambda function can read the image object from the source bucket and create a thumbnail image target bucket"
Tags S3, Lambda
Rating Not Rated Type Web Tutorial
Title API Gateway With Lambda Function Example - YouTube
Notes Official AWS Tutorial Series that provides an overview of setting up an API Gateway endpoint using a Lambda trigger. Duration: 5:42.
Tags API Gateway, Lambda
Rating Not Rated Type Video Tutorial