🦜 AWS Lambda – AWS Compute Blog
@aws.amazon.com.blogs.compute@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Your feed and you don't want it here? Just
e-mail the birb.
AWS Outposts monitoring and reporting: A comprehensive Amazon EventBridge solution
https://aws.amazon.com/blogs/compute/aws-outposts-monitoring-and-reporting-a-comprehensive-amazon-eventbridge-solution/
Published: April 14, 2026 16:18
Organizations using AWS Outposts racks commonly manage capacity from a single AWS account and share resources through AWS Resource Access Manager (AWS RAM) with other AWS accounts (consumer accounts) within AWS Organizations. In this post, we demonstrate…
Building Memory-Intensive Apps with AWS Lambda Managed Instances
https://aws.amazon.com/blogs/compute/building-memory-intensive-apps-with-aws-lambda-managed-instances/
Published: April 10, 2026 19:54
Building memory-intensive applications with AWS Lambda just got easier. AWS Lambda Managed Instances gives you up to 32 GB of memory—3x more than standard AWS Lambda—while maintaining the serverless experience you know. Modern applications increasingly…
Build high-performance apps with AWS Lambda Managed Instances
https://aws.amazon.com/blogs/compute/build-high-performance-apps-with-aws-lambda-managed-instances/
Published: March 30, 2026 14:53
In this post, you will learn how to configure AWS Lambda Managed Instances by creating a Capacity Provider that defines your compute infrastructure, associating your Lambda function with that provider, and publishing a function version to provision the…
Best practices for Lambda durable functions using a fraud detection example
https://aws.amazon.com/blogs/compute/best-practices-for-lambda-durable-functions-using-a-fraud-detection-example/
Published: March 23, 2026 22:04
This post walks through a fraud detection system built with durable functions. It also highlights the best practices that you can apply to your own production workflows, from approval processes to data pipelines to AI agent orchestration.
Enabling high availability of Amazon EC2 instances on AWS Outposts servers (Part 3)
https://aws.amazon.com/blogs/compute/enabling-high-availability-of-amazon-ec2-instances-on-aws-outposts-servers-part-3/
Published: March 6, 2026 23:11
This post is part 3 of the three-part series ‘Enabling high availability of Amazon EC2 instances on AWS Outposts servers’. We provide you with code samples and considerations for implementing custom logic to automate Amazon Elastic Compute Cloud (EC2)…
Optimizing Compute-Intensive Serverless Workloads with Multi-threaded Rust on AWS Lambda
https://aws.amazon.com/blogs/compute/optimizing-compute-intensive-serverless-workloads-with-multi-threaded-rust-on-aws-lambda/
Published: February 25, 2026 12:49
Customers use
AWS Lambda to build Serverless applications for a wide variety of use cases, from simple API backends to complex data processing pipelines. Lambda's flexibility makes it an excellent choice for many workloads, and with support for up to…
Building fault-tolerant applications with AWS Lambda durable functions
https://aws.amazon.com/blogs/compute/building-fault-tolerant-long-running-application-with-aws-lambda-durable-functions/
Published: February 6, 2026 16:54
Business applications often coordinate multiple steps that need to run reliably or wait for extended periods, such as customer onboarding, payment processing, or orchestrating large language model inference. These critical processes require completion…
Serverless ICYMI Q4 2025
https://aws.amazon.com/blogs/compute/serverless-icymi-q4-2025/
Published: January 30, 2026 15:23
Stay current with the latest serverless innovations that can transform your applications. In this 31st quarterly recap, discover the most impactful AWS serverless launches, features, and resources from Q4 2025 that you might have missed.
More room to build: serverless services now support payloads up to 1 MB
https://aws.amazon.com/blogs/compute/more-room-to-build-serverless-services-now-support-payloads-up-to-1-mb/
Published: January 29, 2026 22:16
To support cloud applications that increasingly depend on rich contextual data, AWS is raising the maximum payload size from 256 KB to 1 MB for asynchronous AWS Lambda function invocations, Amazon Amazon SQS, and Amazon EventBridge. Developers can use this…
.NET 10 runtime now available in AWS Lambda
https://aws.amazon.com/blogs/compute/net-10-runtime-now-available-in-aws-lambda/
Published: January 8, 2026 21:01
Amazon Web Services (AWS) Lambda now supports .NET 10 as both a managed runtime and base container image. .NET is a popular language for building serverless applications. Developers can now use the new features and enhancements in .NET when creating…