< ciso
brief />
Tag Banner

All news with #aws lambda tag

48 articles · page 2 of 3

AWS Lambda Adds Availability Zone Metadata Endpoint

🔍 AWS Lambda now exposes Availability Zone (AZ) metadata through a new metadata endpoint in the execution environment. Developers can retrieve the AZ ID (for example, use1-az1) to implement AZ-aware routing and prefer same-AZ endpoints to reduce cross-AZ latency. The feature supports all runtimes, custom runtimes, and container images, and works with SnapStart, provisioned concurrency, and VPC-enabled functions. Available at no extra cost in all commercial Regions.
read more →

AWS SAM Kiro Power Brings Serverless AI Assistance

🚀 AWS and Kiro introduce the SAM Kiro Power, an agentic-AI extension that brings serverless application development expertise directly into local development environments. It dynamically loads SAM guidance to initialize, build, deploy, and locally test Lambda-based applications while enforcing security best practices for IAM. Built-in defaults require SAM resources and Powertools for AWS Lambda for observability and structured logging, accelerating the path from prototype to production.
read more →

AWS Lambda Managed Instances Adds Rust Support Globally

🚀 AWS now supports Rust on Lambda Managed Instances, enabling developers to run high-performance Rust functions on Lambda-managed EC2 instances while preserving Lambda’s operational simplicity. The integration exposes specialized compute configurations—latest-generation processors and high-bandwidth networking—and supports parallel request processing within each execution environment. Rust on Lambda Managed Instances is available today in all Regions where the service is offered.
read more →

AWS Lambda Durable Execution SDK for Java Developer Preview

🔔 AWS has announced the developer preview of the Lambda Durable Execution SDK for Java, enabling Java 17+ developers to build resilient, multi-step serverless applications without custom progress tracking. The SDK adds automatic checkpointing, wait primitives that suspend execution for up to a year, and durable futures for callback-based flows. Paused on-demand functions are not billed for duration, and the preview includes samples and guidance to get started.
read more →

AWS Lambda adds CloudWatch observability for Kafka ESM

🔍 AWS announced enhanced observability for AWS Lambda Kafka event source mappings (ESM), introducing configurable Amazon CloudWatch Logs and metrics to monitor event polling setup, scaling behavior, and processing state. The capability supports both Amazon MSK and self-managed Kafka, and offers selectable log levels plus metric groups (EventCount, ErrorCount, KafkaMetrics). Customers can view data on a dedicated ESM monitoring page and enable logs and metrics via the Console, Create/Update ESM APIs, AWS CLI, SDKs, CloudFormation, or AWS SAM; standard CloudWatch pricing applies.
read more →

Getting Started with Security Response Automation on AWS

🛡️ AWS outlines core concepts and a hands-on walkthrough for implementing security response automation to detect and remediate threats across AWS environments. The post maps automation to the NIST Cybersecurity Framework and demonstrates a CloudFormation deployment using EventBridge, Lambda, GuardDuty, and Security Hub to automatically restart CloudTrail and notify operators. It also highlights the Automated Security Response library, testing guidance, and cost and cleanup considerations.
read more →

AWS Lambda Enables Cross-Account DynamoDB Streams Support

🔁 AWS Lambda now supports cross-account access for DynamoDB Streams event-source mappings, enabling streams in one account to trigger Lambda functions in another. By attaching a resource-based policy to a DynamoDB stream, owners can grant functions in other accounts permission to consume change events without replicating data. The capability is generally available across AWS Commercial and AWS GovCloud (US) Regions and can be configured via the Console, CLI, SDKs, CloudFormation, or APIs. This reduces operational overhead and simplifies multi-account event-driven architectures.
read more →

AWS Lambda adds managed .NET 10 runtime and images

🚀 AWS Lambda now supports creating serverless applications using .NET 10 as both a managed runtime and a container base image, with AWS automatically applying updates to the managed runtime and base image as they become available. .NET 10 is a long-term support release with security and bug fix coverage through November 2028, and it brings features such as file-based apps. The release also adds support for Lambda Managed Instances, enabling functions to run on Amazon EC2 while retaining serverless operational simplicity, and Powertools for AWS Lambda (.NET) supports the new runtime. The runtime is available in all Regions, including AWS GovCloud (US) and China, and you can deploy using the Lambda console, AWS CLI, AWS SAM, AWS CDK, and CloudFormation.
read more →

AWS Lambda Durable Functions Expand to 14 Regions Globally

📣 AWS Lambda now offers durable functions in 14 additional Regions, enabling developers to build reliable multi-step applications and AI workflows closer to users and data. Durable functions add primitives such as "steps" and "waits" to checkpoint progress, recover from failures, and pause execution without incurring compute charges for on-demand functions. Activation is available for new Python (3.13, 3.14) and Node.js (22, 24) functions via the API, Console, SDK, or Infrastructure as Code tools like CloudFormation, SAM, and CDK.
read more →

AWS Lambda Durable Functions for Multi‑Step Workflows

🔁 AWS announced Lambda durable functions, a built-in capability for authoring reliable multi-step applications and AI workflows within the Lambda developer experience. Durable functions automatically checkpoint execution, can suspend runs for up to one year, and recover from failures without requiring additional infrastructure. New primitives like steps and waits let developers pause and resume logic without incurring compute charges, while the service handles state and error recovery so teams can focus on business logic.
read more →

AWS Lambda Managed Instances — Lambda on EC2, Graviton4

⚙️ AWS Lambda Managed Instances lets you run Lambda functions on Amazon EC2 instances while preserving Lambda's serverless operational model. AWS fully manages instance lifecycle tasks — including OS and runtime patching, routing, load balancing, and autoscaling — and exposes the broad EC2 instance catalog (including Graviton4 and high‑bandwidth networking). You attach functions to a configurable capacity provider via Console, APIs or IaC, and the service integrates with CloudWatch, X‑Ray and AWS Config; current Java, Node.js, Python and .NET runtimes are supported. The feature is now available in US East (N. Virginia, Ohio), US West (Oregon), Asia Pacific (Tokyo) and Europe (Ireland).
read more →

AWS Lambda Adds Node.js 24 Runtime and Container Base

🆕 AWS Lambda now supports creating serverless applications with Node.js 24, available as both a managed runtime and a container base image. AWS will automatically apply updates to the managed runtime and base image as they become available, and the runtime is offered in all Regions including GovCloud (US) and China. The release emphasizes modern async/await handlers and removes callback-based handlers; Lambda@Edge and Powertools for AWS Lambda (TypeScript) are also supported, and standard AWS deployment tools (Console, CLI, SAM, CDK, CloudFormation) can be used to deploy Node.js 24 functions.
read more →

AWS Lambda adds customizable error handling for Kafka

🔁 AWS Lambda now offers enhanced error handling for Amazon Managed Streaming for Apache Kafka (MSK) and self-managed Kafka event sources, enabling developers to define custom retry configurations and route failed messages to a Kafka topic as an on-failure destination. The update extends Kafka event source mapping (ESM) in Provisioned mode to support retry limits, time-bound retry windows, automatic discards of exceeded records, and per-message failure reporting to optimize retries. Configure these settings via the ESM API, AWS Console, or AWS CLI.
read more →

AWS Adds Lambda Kafka Event Source Mapping in MSK Console

🔗 AWS announced integration of AWS Lambda Kafka event source mapping directly in the Amazon MSK Console, allowing you to connect MSK topics to Lambda functions without switching consoles. The MSK Console now requires only a topic and target function while automatically creating and configuring the event source mapping (ESM), applying optimized defaults and optional IAM role generation. The integration defaults to Provisioned Mode to improve latency and throughput, and is generally available in most AWS Commercial Regions with a few regional exceptions.
read more →

AWS Lambda lowers Kafka ESM costs with Provisioned mode

⚡ AWS announces enhancements to Lambda's Provisioned mode for Kafka event source mappings, enabling grouping of ESMs and higher density of event pollers to reduce costs by up to 90% for low-throughput workloads. Each Event Poller Unit (EPU) still provides 20 MB/s but now defaults to 10 pollers per EPU and supports shared capacity via the new PollerGroupName parameter. Changes are available today across AWS Commercial Regions and can be configured via API, CLI, Console, SDK, CloudFormation, or SAM.
read more →

AWS Lambda Introduces Tenant Isolation Mode for Multi-Tenant

🔒 AWS announced a new tenant isolation mode for AWS Lambda, enabling customers to isolate request processing per tenant or end-user invoking the same function. By providing a unique tenant identifier on invocation, Lambda routes requests to execution environments dedicated to that tenant and ensures those environments are never used for other tenants. This simplifies building multi-tenant SaaS workloads and reduces the need for custom per-tenant function routing.
read more →

AWS Lambda Adds Python 3.14 Managed Runtime Support

🔔 AWS Lambda now supports Python 3.14 for both managed runtimes and as a container base image. AWS will automatically apply updates to the managed runtime and base image as they become available, reducing maintenance overhead. The runtime is available in all Regions, including AWS GovCloud (US) and China Regions, and is supported for Lambda@Edge in applicable Regions. Developers can deploy using the Lambda console, AWS CLI, AWS SAM, AWS CDK, and CloudFormation, and Powertools for AWS Lambda (Python) also supports Python 3.14.
read more →

AWS Lambda Provisioned Mode for SQS Event-Source Mappings

🔔 AWS Lambda now offers Provisioned Mode for SQS event-source mappings (ESMs), letting you provision persistent event pollers to handle sudden traffic spikes. Provisioned ESMs scale up to 3x faster (up to 1,000 concurrent executions/min) and support up to 16x higher concurrency (up to 20,000 concurrent executions), reducing latency for bursty workloads. The feature is generally available in all AWS Commercial Regions and is configurable via the Console, API, CLI, SDK, CloudFormation, and SAM; billing is by Event Poller Units (EPU).
read more →

AWS Lambda Announces General Availability of Rust Support

🚀 AWS has declared Rust support in AWS Lambda Generally Available, promoting the runtime out of its prior experimental status and making it suitable for production workloads. The GA release is backed by AWS Support and the Lambda SLA and is available in all AWS Regions, including GovCloud (US) and China. Rust on Lambda delivers high performance, memory efficiency, and compile-time safety for serverless functions. Developers can now build business-critical serverless applications in Rust while leveraging Lambda's event integrations, fast scaling from zero, automatic patching, and usage-based pricing.
read more →

AWS Lambda Supports Java 25 for Serverless Applications

🚀 AWS Lambda now supports Java 25, using the latest long‑term support distribution from Amazon Corretto. The runtime is available as a managed runtime and as a container base image, and AWS will automatically apply updates to each as they are released. The release introduces new language features and performance improvements, including Ahead‑of‑Time caches and adjusted tiered compilation defaults. Lambda Snap Start and Powertools for AWS Lambda (Java) support Java 25, and the runtime is available in all Regions, including GovCloud (US) and China.
read more →