Posts tagged with "lambda"

Found 34 posts with this tag.

Articles tagged with lambda

Blog posts

Cover image for: Is AWS Lambda SnapStart Right for Your Workload?

Is AWS Lambda SnapStart Right for Your Workload?

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.
Article: Is AWS Lambda SnapStart Right for Your Workload?. 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.. Published February 11, 2025.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: Getting Started with AWS Lambda SnapStart: A Beginner’s Guide

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

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.
Article: Getting Started with AWS Lambda SnapStart: A Beginner’s Guide. 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.. Published February 3, 2025.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: AWS Lambda and .NET 8: Enhancing Serverless Performance with Native AOT

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

Let's quickly review what's new and what you need to know when building your Lambda Functions on .NET 8.
Article: AWS Lambda and .NET 8: Enhancing Serverless Performance with Native AOT. Let's quickly review what's new and what you need to know when building your Lambda Functions on .NET 8.. Published November 5, 2024.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: Efficiently Handle SQS Messages with AWS Lambda Powertools Batch Utility

Efficiently Handle SQS Messages with AWS Lambda Powertools Batch Utility

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.
Article: Efficiently Handle SQS Messages with AWS Lambda Powertools Batch Utility. 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.. Published January 5, 2024.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: How To Effectively Manage Sensitive Information in AWS Lambda: Powertools Parameters

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

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.
Article: How To Effectively Manage Sensitive Information in AWS Lambda: Powertools Parameters. 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.. Published January 1, 2024.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: How To Easily Make Your .NET AWS Lambda Function Idempotent

How To Easily Make Your .NET AWS Lambda Function Idempotent

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.
Article: How To Easily Make Your .NET AWS Lambda Function Idempotent. 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.. Published December 4, 2023.Tagged as: AWS, Lambda.Click to read the full article.