Lambda

Is AWS Lambda SnapStart Right for Your Workload? Members Public

AWS Lambda SnapStart replaces Init Duration with Restore Duration. Is it just a name change, or does it truly reduce cold starts? In this post, we explore its impact, when it matters, and when to use it for your AWS functions.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Getting Started with AWS Lambda SnapStart: A Beginner’s Guide Members Public

AWS Lambda SnapStart is a performance optimization that speeds up startup times for Lambda Functions, typically with no changes to your function code. Let's learn how to enable it on your existing functions, how it works under the hood and make sure your Lambda Functions are SnapStart ready.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Lambda and .NET 8: Enhancing Serverless Performance with Native AOT Members Public

Let's quickly review what's new and what you need to know when building your Lambda Functions on .NET 8.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Efficiently Handle SQS Messages with AWS Lambda Powertools Batch Utility Members Public

The AWS Lambda PowerTools Batch processing utility makes it easy to process a batch of messages from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams. Let's learn how to get started.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Effectively Manage Sensitive Information in AWS Lambda: Powertools Parameters Members Public

Learn how to get started using the Lambda Powertools Parameters NuGet package, use it when building Lambda Functions, and connect quickly to Parameter Store and Secrets Manager using the library package.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Easily Make Your .NET AWS Lambda Function Idempotent Members Public

Let's learn how to get started using the Powertools Idempotency package, some key features, and how it easily fits into your existing Lambda Functions.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Easily Log Metrics Data From AWS Lambda Using Powertools Library Members Public

Metrics are data about the performance of your systems. By default, many AWS services provide free metrics for the resources. The Powertools Lambda Metrics library makes publishing custom metrics from your AWS Lambda Function easy.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Easily Get Started with AWS Lambda Logging in .NET using Powertools Members Public

Powertools for AWS Lambda (.NET) Logging utility provides a Lambda-optimized logger to output JSON logs. In this blog post, let's learn how to get started with the Powertools for Lambda logging utility when building Lambda Functions in .NET.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS