Posts tagged with "lambda"

Found 36 posts with this tag.

Articles tagged with lambda

Blog posts

Cover image for: Make Your .NET AWS Lambda Logs Searchable with JSON Structured Logging

Make Your .NET AWS Lambda Logs Searchable with JSON Structured Logging

Learn how to implement JSON structured logging in .NET Lambda functions to make your logs easier to query, filter, and analyze in CloudWatch.
Article: Make Your .NET AWS Lambda Logs Searchable with JSON Structured Logging. Learn how to implement JSON structured logging in .NET Lambda functions to make your logs easier to query, filter, and analyze in CloudWatch.. Published November 4, 2025.Tagged as: AWS, Lambda.Click to read the full article.
Cover image for: AWS Lambda Powertools for .NET - Bedrock Agent Function Resolver

AWS Lambda Powertools for .NET - Bedrock Agent Function Resolver

Let's learn how to easily add your custom Lambda Function to Amazon Bedrock Agents using the Lambda Powertools library.
Article: AWS Lambda Powertools for .NET - Bedrock Agent Function Resolver. Let's learn how to easily add your custom Lambda Function to Amazon Bedrock Agents using the Lambda Powertools library.. Published July 31, 2025.Tagged as: AWS, Lambda.Click to read the full article.
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.