🆕 AWS Lambda now supports up to 32 GB memory and 16 vCPUs for Managed Instances, ideal for compute-intensive workloads. Customers can choose memory-to-vCPU ratios (2:1, 4:1, 8:1) for optimal resource allocation. Available in all regions with Lambda Managed Instances.
#AWS #AwsLambda
AWS Lambda supports up to 32 GB of memory and 16 vCPUs for Lambda Managed Instances
AWS Lambda now supports up to 32 GB of memory and 16 vCPUs for functions running on Lambda Managed Instances, enabling customers to run compute-intensive workloads such as large-scale data proc...
#AWS #AwsLambda
✍️ New blog post by Vadym Kazulkin
Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 2 Initial performance measurements
#aws #java #serverless #awslambda
AWS Weekly Roundup: NVIDIA Nemotron 3 Super on Amazon Bedrock, Nova Forge SDK, Amazon Corretto 26, and more (March 23, 2026)
Hello! I’m Daniel Abib,...
#AWS #AmazonBedrockAgentcore #AmazonCloudwatch #AmazonConnect #AmazonCorretto #AmazonNova #AmazonRedshift #AwsLambda #Kiro #News #WeekInReview
✍️ New blog post by Vadym Kazulkin
Serverless applications on AWS using Lambda with Java 25, API Gateway and DynamoDB - Part 2 Initial performance measurements
#aws #java #serverless #awslambda
🆕 AWS Lambda now offers Availability Zone metadata via a new endpoint, enabling developers to determine the AZ ID of their function's runtime, aiding in AZ-aware routing and resilience patterns, at no extra cost in all commercial regions. Use Powertools or direct HTTP requests.
#AWS #AwsLambda
AWS Lambda now supports Availability Zone metadata
AWS Lambda now provides Availability Zone (AZ) metadata through a new metadata endpoint in the Lambda execution environment. With this capability, developers can determine the AZ ID (e.g., use1-az1) of the AZ their Lambda ...
#AWS #AwsLambda
✍️ New blog post by Vadym Kazulkin
Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 1 Sample applications
#aws #java #serverless #awslambda
✍️ New blog post by Vadym Kazulkin
Serverless applications on AWS using Lambda with Java 25, API Gateway and DynamoDB - Part 1 Sample application
#aws #java #serverless #awslambda
✍️ New blog post by xbill
MCP Development with Amazon Lambda and Gemini CLI
#python #gemini #awslambda #mcpserver
🆕 AWS Lambda Managed Instances now support Rust, offering high-performance functions with Lambda’s simplicity, specialized compute, and EC2 pricing. Available in all regions. See Lambda docs to start.
#AWS #AwsLambda
AWS Lambda Managed Instances now supports Rust
AWS Lambda Managed Instances now supports Rust, enabling developers to run high-performance Rust-based functions on Lambda-managed Amazon EC2 instances while maintaining Lambda’s operational simplicity. This combination makes it...
#AWS #AwsLambda
☁️ #Serverless #PHP in the real world
Carsten Windler shares what teams should know before running PHP with bref.sh on #AWSLambda — from cold starts to architecture trade-offs.
#IntPHPCon |📍BER | 📅 June 8 – 12, 26
▶️ More about the session: https://f.mtr.cool/mtvkmmhgey
#DevOps #Bref
🆕 AWS introduces Kiro power for Lambda durable functions, enabling faster development of resilient, long-running applications with AI agent-assisted guidance on best practices, error handling, and deployment tools. Available via one-click in Kiro IDE.
#AWS #AwsLambda
Accelerate Lambda durable functions development with new Kiro power
Today, AWS announces the Lambda durable functions Kiro power, bringing Lambda durable function development expertise to agentic AI development in Kiro. With this power, you can build resilient, long-running mu...
#AWS #AwsLambda
🆕 AWS releases a Java Lambda Durable Execution SDK preview for resilient multi-step apps, like order pipelines, with automatic checkpoints and pausing up to a year. Java 17+ compatible, no external services required. For more, check the Lambda guide and GitHub.
#AWS #AwsLambda
AWS Lambda Durable Execution SDK for Java now available in Developer Preview
Today, AWS announces the developer preview of the AWS Lambda Durable Execution SDK for Java. With this SDK, developers can build resilient multi-step applications like order processing pipelines, AI-a...
#AWS #AwsLambda
Tark Labs routine #89: Firebase added phone verification. Nice move! AWS has it for years 😄 #firebase #aws #awsamplify #awslambda #awscognito #awsdynamodb #appdev #mobiledev #tarklabs #airontark
AWS recently described an event-driven pattern for Amazon RDS for SQL Server, allowing developers to trigger Lambda functions in response to database events via CloudWatch Logs and SQS in a blog post. #amazon #rds #eventdriven #aws #faas #infoq #awslambda #serverless www.infoq.com/news/2026/02...
Build multi-step applications and AI workflows with AWS Lambda durable functions
New Lambda capability lets you build applications that coordinate multiple steps reliably over extended periods—from seconds to up to one year—without paying for idle co...
#AWS #AwsLambda #Compute #Launch #News
AWS re:Invent 2025 changed Lambda, and most teams haven’t caught up.
Akshatha Laxmi breaks down Lambda Managed Instances: EC2-backed execution, fewer cold starts, and better performance for high-throughput workloads.
👉 Watch: antt.me/0jNiTXIv
#AWSLambda #AntStackTV
4/5 ➡️ From a Lambda-Lith to an Event Driven Architecture - Lessons Learned by Leo Hanisch
bit.ly/3RchqJJ
#AWSLambda
🚀📝 Is this code deterministic?
#deterministic #durableexecution #AWSLambda #idempotent #replaySafe
AWS Lambda announces cross-account access for DynamoDB Streams
AWS Lambda now supports cross-account access for AWS DynamoDB Streams event-source mappings (ESMs),
enabling you to trigger Lambda functions in one account from DynamoDB Streams in another account....
#AWS #AwsLambda #AwsGovcloudUs
🆕 AWS Lambda now supports cross-account access for DynamoDB Streams, enabling Lambda functions in one account to trigger from streams in another, simplifying multi-account event-driven applications without complex replication. Available in all AWS regions.
#AWS #AwsLambda #AwsGovcloudUs
AWS Lambda adds support for .NET 10
AWS Lambda now supports creating serverless applications using .NET 10. Developers can use .NET 10 as both a managed runtime and a container base image, and AWS will automatically apply updates to the managed runtime and base image as they b...
#AWS #AwsLambda
🆕 AWS Lambda now supports.NET 10 for serverless apps, offering managed runtime, container base image, and access to latest features. It’s available globally and integrates with AWS deployment tools. For details, see the blog post.
#AWS #AwsLambda
📦 AWS Lambda Series – Part 2 by Dan Card
In Part 2, Dan dives deeper into building serverless functions with AWS Lambda, sharing practical tips, patterns, and how Lambda fits into modern cloud workflows.
👉 Read Part 2 here:
www.ortussolutions.com/blog/part-2-...
#AWSLambda #Serverless
Devs, you’re handling Lambda failures the hard way.
AWS re:Invent 2025 introduced something subtle 👀
Once you see it, your current approach won’t feel right.
Chinmayee N Holla explains 👇
antt.me/AayaKsY0
#AWSLambda #Serverless #DevTalk
Tark Labs routine #85: Never comment 'schedule: 'every 1m', in your AWS Amplify Gen2 la,bda func. After the trigger is deleted, Amplify will NOT restore it when you uncomment this line. You'll have to jump through hoops to set it up again. #awsdev #awsamplify #awslambda #tarklabs #airontark