AWS Compute Blog

Ben Freiberg

Author: Ben Freiberg

Ben is a Senior Solutions Architect with Amazon Web Services. He works with large enterprise customers and helps them design, architect, and innovate highly scalable and resilient solutions on AWS.

Validating multi-agent decisions with Step Functions and Bedrock AgentCore

Validating multi-agent decisions with Step Functions and Bedrock AgentCore

Orchestrating specialized Amazon Bedrock AgentCore agents with AWS Step Functions gives you the reasoning power of generative AI with the guardrails of deterministic validation. Agents propose options, and deterministic code validates them before any action is taken, demonstrated here with an airline rebooking workflow.

Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode

Customers building event-driven applications on AWS rely on Amazon Simple Queue Service (Amazon SQS) and AWS Lambda event source mappings (ESMs) to process millions of events every day. The fully managed polling infrastructure of ESMs eliminates the need to write and maintain custom code. You can focus on business logic while Lambda handles scaling, batching, […]

Introducing AWS Lambda event source mapping tools in the AWS Serverless MCP Server

Modern serverless applications increasingly rely on event-driven architectures, where AWS Lambda functions process events from various sources like Amazon Kinesis, Amazon DynamoDB Streams, Amazon Simple Queue Service (Amazon SQS), Amazon Managed Streaming for Apache Kafka (Amazon MSK), and self-managed Apache Kafka. Although event source mappings (ESM) offer a powerful mechanism for integrating AWS Lambda with […]