- Effectively building AI agents on AWS Serverlessby Anton Aleksandrov on August 14, 2025 at 10:38 pm
Imagine an AI assistant that doesn’t just respond to prompts – it reasons through goals, acts, and integrates with real-time systems. This is the promise of agentic AI. According to Gartner, by 2028 over 33% of enterprise applications will embed agentic capabilities – up from less than 1% today. While early generative AI efforts focused
- Understanding and Remediating Cold Starts: An AWS Lambda Perspectiveby Aakash Bhattacharya on August 7, 2025 at 10:19 pm
Cold starts are an important consideration when building applications on serverless platforms. In AWS Lambda, they refer to the initialization steps that occur when a function is invoked after a period of inactivity or during rapid scale-up. While typically brief and infrequent, cold starts can introduce additional latency, making it essential to understand them, especially
- Improving network observability with new AWS Outposts racks network metricsby Adam Duffield on August 6, 2025 at 5:30 pm
With AWS Outposts racks, you can extend AWS infrastructure, services, APIs, and tools to on-premises locations. Providing performant, stable, and resilient network connections to both the parent AWS Region as well as the local network is essential to maintaining uninterrupted service. The release of two new Amazon CloudWatch metrics, VifConnectionStatus and VifBgpSessionState, gives you greater visibility into the operational status of the Outpost network connections. In this post, we discuss how to use these metrics to quickly identify network disruptions, using additional data points that can help reduce time to resolution.
- Introducing v2 of Powertools for AWS Lambda (Java)by Philipp Page on July 31, 2025 at 9:45 pm
Modern applications increasingly rely on Serverless technologies such as Amazon Web Services (AWS) Lambda to provide scalability, cost efficiency, and agility. The Serverless Applications Lens for the AWS Well-Architected Framework focuses on how to design, deploy, and architect your Serverless applications to overcome some of these challenges. Powertools for AWS Lambda is a developer toolkit that
- Streamlining AWS Serverless workflows: From AWS Lambda orchestration to AWS Step Functionsby Diego Casas on July 31, 2025 at 9:42 pm
This blog post discusses the AWS Lambda as orchestrator anti-pattern and how to redesign serverless solutions using AWS Step Functions with native integrations.
- Implementing message prioritization with quorum queues on Amazon MQ for RabbitMQby Akhil Melakunta on July 23, 2025 at 8:24 pm
Quorum queues are now available on Amazon MQ for RabbitMQ from version 3.13. Quorum queues are a replicated First-In, First-Out (FIFO) queue type that uses the Raft consensus algorithm to maintain data consistency. Quorum queues on RabbitMQ version 3.13 lack one key feature compared to classic queues: message prioritization. However, RabbitMQ version 4.0 introduced support
- Building resilient multi-tenant systems with Amazon SQS fair queuesby Maximilian Schellhorn on July 21, 2025 at 9:45 pm
Today, AWS introduced Amazon Simple Queue Service (Amazon SQS) fair queues, a new feature that mitigates noisy neighbor impact in multi-tenant systems. With fair queues, your applications become more resilient and easier to operate, reducing operational overhead while improving quality of service for your customers. In distributed architectures, message queues have become the backbone of
- Deploying external boot volumes with AWS Outpostsby Mark Nguyen on July 17, 2025 at 9:18 pm
Building on our previous announcement, AWS Outposts third-party storage integration for data volumes, AWS is expanding its collaboration with third-party storage solutions by introducing support for boot volumes backed by external storage arrays. In this post we show you how to boot Amazon Elastic Compute Cloud (Amazon EC2) instances on Outposts directly from NetApp on-premise
- Infrastructure as code translation for serverless using AI code assistantsby Debasis Rath on July 16, 2025 at 7:50 pm
Serverless applications commonly use infrastructure as code (IaC) frameworks to define and manage their cloud resources. Teams choose different IaC tools based on their skills, existing tooling, or compliance needs. As applications grow, the need to shift between IaC formats may arise to adopt new features or align with evolving standards. Developers are rapidly adopting AI-powered
- Modernizing SOAP applications using Amazon API Gateway and AWS Lambdaby Daniel Abib on July 14, 2025 at 10:23 pm
This post demonstrates how you can modernize legacy SOAP applications using Amazon API Gateway and AWS Lambda to create bidirectional proxy architectures that enable integration between SOAP and REST systems without disrupting existing business operations. Many organizations today face the challenge of maintaining critical business systems that were built decades ago. These legacy applications power
- Orchestrating document processing with AWS AppSync Events and Amazon Bedrockby Mehdi Amrane on July 9, 2025 at 7:10 pm
Many organizations implement intelligent document processing pipelines in order to extract meaningful insights from an increasing volume of unstructured content (such as insurance claims, loan applications and more). Traditionally, these pipelines require significant engineering efforts, as the implementation often involves using several machine learning (ML) models and orchestrating complex workflows. As organizations integrate these pipelines
- Serverless ICYMI Q2 2025by Julian Wood on July 3, 2025 at 6:34 pm
Welcome to the 29th edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. At the end of a quarter, we share the most recent product launches, feature enhancements, blog posts, videos, live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, check out
- AWS named a Leader in the 2025 Forrester Wave: Serverless Development Platformsby Florence Chao on June 23, 2025 at 7:22 pm
Amazon Web Services (AWS) has been recognized as a Leader in The Forrester Wave: Serverless Development Platforms, Q2 2025, achieving the highest ranking in both the Current Offering and Strategy categories.
- Introducing AWS Lambda native support for Avro and Protobuf formatted Apache Kafka eventsby Julian Wood on June 23, 2025 at 6:05 pm
AWS Lambda now provides native support for Apache Avro and Protocol Buffers (Protobuf) formatted events with Apache Kafka event source mapping (ESM) when using Provisioned Mode. The support allows you to validate your schema with popular schema registries. This allows you to use and filter the more efficient binary event formats and share data using
- Running and optimizing small language models on-premises and at the edgeby Chris McEvilly on June 23, 2025 at 4:11 pm
As you move your generative AI implementations from prototype to production, you may discover the need to run foundation models (FMs) on-premises or at the edge to address data residency, information security (InfoSec) policy, or low latency requirements. To address users’ data residency, latency, and InfoSec needs, this post provides guidance on deploying generative AI FMs into AWS Local Zones and AWS Outposts.
- Networking of Amazon MQ for RabbitMQ event source mapping for AWS Lambdaby Rafal Pawlaszek on June 18, 2025 at 4:54 pm
Event-driven architectures with message brokers need careful attention to security best practices. Amazon MQ for RabbitMQ combined with AWS Lambda enables serverless event processing. However, implementing defense in depth and least privilege principles necessitates a clear understanding of networking requirements. This is particularly important when working with different subnet types and their impact on service
- Amazon Linux 2023 achieves FIPS 140-3 validationby Mahak Arora on June 18, 2025 at 4:51 pm
AWS announced that Amazon Linux 2023 (AL2023) has achieved Federal Information Processing Standards (FIPS) 140-3 Level 1 validation of our cryptographic modules, marking a significant milestone in our commitment to providing secure, compliant operating system options for regulated workloads. FIPS certified modules are particularly important for US and Canadian government workloads, healthcare applications requiring HIPAA
- Validating event payload with Powertools for AWS Lambda (TypeScript)by Alexander Schüren on June 12, 2025 at 4:53 pm
In this post, learn how the new Powertools for AWS Lambda (TypeScript) Parser utility can help you validate payloads easily and make your Lambda function more resilient. Validating input payloads is an important aspect of building secure and reliable applications. This ensures that data that an application receives can gracefully handle unexpected or malicious inputs
- Optimizing ODCR usage through AI-powered capacity insightsby Ankush Goyal on June 5, 2025 at 4:51 pm
Efficient resource management is crucial for organizations seeking to optimize cloud costs while making sure of seamless access to compute capacity. Amazon EC2 On-Demand Capacity Reservations (ODCRs) provide the flexibility to reserve compute capacity within a specific Availability Zone (AZ) for any duration. In this post, we demonstrate how Amazon Bedrock Agents can help organizations gain actionable insights into ODCR usage across their AWS environment.
- Dynamically routing requests with Amazon API Gateway routing rulesby Anton Aleksandrov on June 3, 2025 at 6:32 pm
Today, Amazon API Gateway announces support for dynamic routing rules for custom domain names in all supported AWS Regions. This new capability enables you to route API requests based on HTTP header values, either independently or in combination with URL paths. In this post, you will learn how to use this new capability to implement routing strategies such as API versioning and gradual rollouts without modifying your API endpoints.

AWS Compute
We are an ethical website cyber security team and we perform security assessments to protect our clients.