- Node.js 24 runtime now available in AWS Lambdaby Andrea Amorosi on November 25, 2025 at 10:19 pm
You can now develop AWS Lambda functions using Node.js 24, either as a managed runtime or using the container base image. Node.js 24 is in active LTS status and ready for production use. It is expected to be supported with security patches and bugfixes until April 2028. The Lambda runtime for Node.js 24 includes a new implementation of the
- Performance benefits of new Amazon EC2 R8a memory-optimized instancesby Tyler Jones on November 25, 2025 at 7:32 pm
Recently we announced the availability of Amazon Elastic Compute Cloud (Amazon EC2) R8a instances, the latest addition to the AMD memory-optimized instance family. These instances are powered by the 5th Generation AMD EPYC (codename Turin) processors with a maximum frequency of 4.5 GHz. In this post I take these instances for a spin and benchmark MySQL later on, but first I discuss the top things you should know about these instances.
- The attendee’s guide to hybrid cloud and edge computing at AWS re:Invent 2025by Rachel Zheng on November 25, 2025 at 7:27 pm
AWS re:Invent 2025 returns to Las Vegas, Nevada, from December 1–5, 2025. This year, we’re offering a comprehensive lineup of sessions and booth activities to help you build resilient, performant, and scalable applications wherever you need them—in the cloud, on premises, or at the edge.
- Optimize unused capacity with Amazon EC2 interruptible capacity reservationsby Shubham Sarin on November 25, 2025 at 1:09 am
Organizations running critical workloads on Amazon Elastic Compute Cloud (Amazon EC2) reserve compute capacity using On-Demand Capacity Reservations (ODCR) to have availability when needed. However, reserved capacity can intermittently sit idle during off-peak periods, between deployments, or when workloads scale down. This unused capacity represents a missed opportunity for cost optimization and resource efficiency across the organization.
- How potential performance upside with AWS Graviton helps reduce your costs furtherby Markus Adhiwiyogo on November 24, 2025 at 7:11 pm
Amazon Web Services (AWS) provides many mechanisms to optimize the price performance of workloads running on Amazon Elastic Compute Cloud (Amazon EC2), and the selection of the optimal infrastructure to run on can be one of the most impactful levers. When we started building the AWS Graviton processor, our goal was to optimize AWS Graviton
- Enhancing API security with Amazon API Gateway TLS security policiesby Anton Aleksandrov on November 21, 2025 at 9:17 pm
In this post, you will learn how the new Amazon API Gateway’s enhanced TLS security policies help you meet standards such as PCI DSS, Open Banking, and FIPS, while strengthening how your APIs handle TLS negotiation. This new capability increases your security posture without adding operational complexity, and provides you with a single, consistent way to standardize TLS configuration across your API Gateway infrastructure.
- Improving throughput of serverless streaming workloads for Kafkaby Anton Aleksandrov on November 21, 2025 at 8:02 pm
Event-driven applications often need to process data in real-time. When you use AWS Lambda to process records from Apache Kafka topics, you frequently encounter two typical requirements: you need to process very high volumes of records in close to real-time, and you want your consumers to have the ability to scale rapidly to handle traffic spikes. Achieving both necessitates understanding how Lambda consumes Kafka streams, where the potential bottlenecks are, and how to optimize configurations for high throughput and best performance.
- Build scalable REST APIs using Amazon API Gateway private integration with Application Load Balancerby Christian Silva on November 21, 2025 at 7:28 pm
Today, we announced Amazon API Gateway REST API’s support for private integration with Application Load Balancers (ALBs). You can use this new capability to securely expose your VPC-based applications through your REST APIs without exposing your ALBs to the public internet.
- Serverless strategies for streaming LLM responsesby KyungYong Shim on November 21, 2025 at 3:42 am
Modern generative AI applications often need to stream large language model (LLM) outputs to users in real-time. Instead of waiting for a complete response, streaming delivers partial results as they become available, which significantly improves the user experience for chat interfaces and long-running AI tasks. This post compares three serverless approaches to handle Amazon Bedrock LLM streaming on Amazon Web Services (AWS), which helps you choose the best fit for your application.
- Building multi-tenant SaaS applications with AWS Lambda’s new tenant isolation modeby Anton Aleksandrov on November 20, 2025 at 5:47 pm
Today, AWS is announcing tenant isolation for AWS Lambda, enabling you to process function invocations in separate execution environments for each end-user or tenant invoking your Lambda function. This capability simplifies building secure multi-tenant SaaS applications by managing tenant-level compute environment isolation and request routing, allowing you to focus on core business logic rather than implementing tenant-aware compute environment isolation.
- Improve API discoverability with the new Amazon API Gateway Portalby Giedrius Praspaliauskas on November 20, 2025 at 12:41 am
In this post, we will show how you can use the new portal feature to create customizable portals with enhanced security features in minutes, with APIs from multiple accounts, without managing any infrastructure.
- Building responsive APIs with Amazon API Gateway response streamingby Anton Aleksandrov on November 19, 2025 at 11:10 pm
Today, AWS announced support for response streaming in Amazon API Gateway to significantly improve the responsiveness of your REST APIs by progressively streaming response payloads back to the client. With this new capability, you can use streamed responses to enhance user experience when building LLM-driven applications (such as AI agents and chatbots), improve time-to-first-byte (TTFB) performance for web and mobile applications, stream large files, and perform long-running operations while reporting incremental progress using protocols such as server-sent events (SSE).
- Optimize latency-sensitive workloads with Amazon EC2 detailed NVMe statisticsby Sanjeev Malladi on November 19, 2025 at 9:13 pm
Amazon Elastic Cloud Compute (Amazon EC2) instances with locally attached NVMe storage can provide the performance needed for workloads demanding ultra-low latency and high I/O throughput. High-performance workloads, from high-frequency trading applications and in-memory databases to real-time analytics engines and AI/ML inference, need comprehensive performance tracking. Operating system tools like iostat and sar provide valuable system-level insights, and Amazon CloudWatch offers important disk IOPs and throughput measurements, but high-performance workloads can benefit from even more detailed visibility into instance store performance.
- Python 3.14 runtime now available in AWS Lambdaby Leandro Cavalcante Damascena on November 18, 2025 at 9:29 pm
AWS Lambda now supports Python 3.14 as both a managed runtime and container base image. Python is a popular language for building serverless applications. Developers can now take advantage of new features and enhancements when creating serverless applications on Lambda.
- Building serverless applications with Rust on AWS Lambdaby Julian Wood on November 14, 2025 at 9:38 pm
Today, AWS Lambda is promoting Rust support from Experimental to Generally Available. This means you can now use Rust to build business-critical serverless applications, backed by AWS Support and the Lambda availability SLA.
- Handle unpredictable processing times with operational consistency when integrating asynchronous AWS services with an AWS Step Functions state machineby Philip Whiteside on November 14, 2025 at 8:59 pm
In this post, we explore using AWS Step Function state machine with asynchronous AWS services, look at some scenarios where the processing time can be unpredictable, explain when traditional solutions such as polling (periodically check) fall short, and demonstrate how to implement a generalized callback pattern to handle asynchronous operations into a more manageable synchronous flow.
- AWS Lambda now supports Java 25by Lefteris Karageorgiou on November 14, 2025 at 8:51 pm
You can now develop AWS Lambda functions using Java 25 either as a managed runtime or using the container base image. This blog post highlights notable Java language features, Java Lambda runtime updates, and how you can use the new Java 25 runtime in your serverless applications.
- The attendee’s guide to the AWS re:Invent 2025 Compute trackby Mai Kulkarni on November 12, 2025 at 8:58 pm
From December 1st to December 5th, Amazon Web Services (AWS) will hold its annual premier learning event: re:Invent. There are over 2000+ learning sessions that focus on specific topics at various skill levels, and the compute team have created 76 unique sessions for you to choose. There are many sessions you can choose from, and we are here to help you choose the sessions that best fit your needs. Even if you cannot join in person, you can catch-up with many of the sessions on-demand and even watch the keynote and innovation sessions live.
- AWS Lambda networking over IPv6by John Lee on November 7, 2025 at 10:14 pm
This post examines the benefits of transitioning Lambda functions to IPv6, provides practical guidance for implementing dual-stack support in your Lambda environment, and considerations for maintaining compatibility with existing systems during migration.
- Orchestrating big data processing with AWS Step Functions Distributed Mapby Biswanath Mukherjee on November 4, 2025 at 11:42 pm
In this post, you’ll learn how to use AWS Step Functions Distributed Map to process Amazon Athena data manifest and Parquet files through a step-by-step demonstration.
AWS Compute
We are an ethical website cyber security team and we perform security assessments to protect our clients.




















