
Is caching still relevant since we don't have to think about cloud infrastructure and about scaling? Yes, and here's how to implement it in AWS Lambda

Lambda Layer is a true gem in the Lambda function realm. In this article, you will know how to create and use Lambda Layers. As an example, we will create a sharp library Layer and use it in a Lambda function to create thumbnail images.

Learn how serverless architecture paradigm came with the Lambda development. A hands-on guide on using AWS serverless functions with AWS S3 Storage.

We'll go through Webiny's top 5 picks on serverless announcements @ AWS re:Invent!

A couple of tricks you can utilize in order to make your Lambda functions run faster and cheaper!

How we’ve used AWS Lambda to create a MongoDB connection proxy.

Start your serverless journey by learning how to upload files directly to S3 using pre-signed POST data and a simple Lambda function.