

The AWS Developers Podcast
Amazon Web Services
Stay updated on the latest AWS news and insights for developers, wherever you are, whenever you want.
Episodes
Mentioned books

Nov 14, 2025 • 40min
Amazon ECS Managed Instances for containerized applications
Olly Pomeroy, a Senior Specialist Solutions Architect for Containers at AWS, dives into Amazon ECS Managed Instances, blending EC2 flexibility with Fargate's management. He discusses the architecture behind managed instances and the use of BottleRocket OS for enhanced security. Listeners learn about instance lifecycle management, pricing models, and how AWS optimizes instance selection for cost efficiency. Olly also highlights industry trends in container usage and previews exciting upcoming announcements from ECS.

Nov 7, 2025 • 49min
How to not worry about networking on AWS?
In this engaging discussion, Alex Huides, a Principal Network Specialist Solutions Architect at AWS, shares insights on simplifying networking for developers. He introduces Amazon VPC Lattice, which helps eliminate complex IP concerns and establishes seamless communication across different accounts and VPCs. Alex explains the innovative concept of service networks that allows developers to focus on application connectivity without getting bogged down by network intricacies. He also touches on trends in global connectivity and the future of application networking.

9 snips
Oct 31, 2025 • 40min
Why developers should care about cloud networking
In this engaging discussion, Alexandra Huides, a Principal Network Specialist Solutions Architect at AWS, shares her vast expertise in cloud networking. She emphasizes why developers need to grasp networking fundamentals for troubleshooting and performance. The conversation dives into latency's impact on app design, the evolving roles between developers and network teams, and critical VPC concepts like Peering and Transit Gateway. Alexandra also introduces Amazon VPC Lattice, which aims to streamline collaboration between developers, networks, and security teams for better application connectivity.

Oct 24, 2025 • 40min
AgentCore Identity
In this episode of the AWS Developers Podcast, we dive deep into Amazon Bedrock Agent Core Identity with Abram Douglas. Learn how this new service helps developers manage identities and authentication flows for AI agents at scale. Discover the seven core components of Agent Core and understand how the identity service simplifies complex OAuth2 flows and token management. Whether you're building AI agents that need to interact with third-party services like Google Calendar or Slack, this episode explains how Agent Core Identity removes the undifferentiated heavy lifting of identity management, token vaulting, and secure credential handling. Perfect for developers looking to deploy production-ready AI agents with enterprise-grade security.With Abrom Douglas, Solution Architect, Amazon CognitoAgentCoreAgentCore IdentityAbrom's blog post about AgentCore IdentityAgentCore Identity sample code

Oct 17, 2025 • 44min
Building AI Agents with the Strands SDK
In this episode of the AWS Developers Podcast, we dive deep into Strands Agents, AWS's open-source framework for building AI agents. Our guest Arron Bailiss, Principal Engineer and Tech Lead for Strands, explains how this framework evolved from an internal AWS tool to a developer-friendly, open-source solution. Learn how Strands simplifies AI agent development with just a few lines of code while maintaining production-ready capabilities. Aaron discusses the framework's unique model-driven approach, its support for both MCP and A2A protocols, and how it powers various AWS services including Amazon Q Developer and AWS Glue. Discover how Strands enables multi-agent systems through swarms, supports various deployment options, and get insights into the roadmap including TypeScript support and voice agent capabilities.With Arron Bailiss, Principal Engineer, Strands AgentsStrands AgentsStrands on GitHub

Oct 10, 2025 • 37min
Scaling E-commerce with Serverless: The moonpig.com Story
In this episode, we dive deep into Moonpig's migration journey from an on-premise ASP.NET monolithic application to a fully serverless architecture on AWS. Richard Pearson, Head of Engineering, and Alexis Lowe, Principal Engineer at Moonpig, share their experience transforming a 25-year-old e-commerce platform. They discuss how they tackled the challenges of migrating from SQL Server to DynamoDB, implemented multi-region deployment, and achieved seamless scalability for their peak trading periods. Learn about their "no VPC" policy, their approach to observability, and how they organized their teams to embrace DevOps culture. This episode is particularly relevant for organizations considering a similar journey to serverless architecture or looking to scale their platforms globally.With Richard Pearson, Head of Engineering, Moonpig ; With Alexis Lowe, Principal Engineer, MoonpigMoonpig

Oct 3, 2025 • 49min
Deploying MCP servers on Lambda
Update Oct 25.: After we recorded this episode (July 10th 2025), AWS launched Amazon Bedrock AgentCore (that went in preview on July 16th, 2025) and generally available since Oct. 13rd, 2025. AgentCore is the recommanded solution to deploy your MCP agents on AWS. We keep this episode available as a learning experience but deploying MCP on Lambda is not the recommanded architecture for your production workloads.
In this episode, we dive deep into MCP (Model Context Protocol) servers on AWS Lambda. We explore what MCP is, how it enables AI systems to interact with tools through standardized protocols, and practical implementations on AWS Lambda. The discussion covers authentication mechanisms, deployment strategies, and the future potential of MCP servers as a marketplace for AI capabilities. Whether you're building AI-powered applications or interested in exposing your business capabilities to AI systems, this episode provides valuable insights into the technical aspects and business opportunities of MCP servers.With Alexis Philippart de Foy, Solution Architect, AWSMCP Servers on Lambda, GitHub repoBuilding a Serverless remote MCP Server on AWS

Sep 26, 2025 • 38min
When AI meets biology: Using LLM to find natural alternatives to antibiotics
In this episode, we explore how Phagos, a French biotech startup, combines biology, data science, and cloud computing to combat antimicrobial resistance. Their innovative approach uses bacteriophages - natural predators of bacteria - as an alternative to antibiotics. We discuss how they leverage AWS services, including SageMaker and batch processing, to analyze genomic data and train specialized language models that can predict phage-bacteria interactions. Our guests explain how they process terabytes of genetic data, train and deploy AI models, and create user-friendly interfaces for their lab scientists. This fascinating conversation reveals how cloud computing and artificial intelligence are revolutionizing biotechnology and potentially helping solve one of this century's biggest health challenges.With András Asbóth, Bioinformatician / Cloud Dev, Phagos ; With Andrea Di Gioacchino, Head of data, PhagosPhagosNextFlow

Sep 19, 2025 • 45min
From Monolith to Microservices: How Zilch Scaled a Modern Payment Platform
Join us for an insightful conversation with Mike Davis, Engineering Manager, and Rob Nelson, VP of Engineering at Zilch, a leading UK-based buy now pay later platform. Discover how this cloud fintech scaled from a monolithic architecture to a sophisticated microservices ecosystem serving 5 million customers. Learn about their journey migrating from MSSQL to Aurora, their innovative use of AWS services including EKS, SNS/SQS for event-driven architecture, and API Gateway for WebSocket connections. The discussion explores their unique implementation of push notifications, in-app messaging, and how they leverage generative AI for merchant discovery. Get a behind-the-scenes look at their fraud detection system using Kinesis and Flink, and hear about their upcoming physical card launch.With Robert Nelson, VP of Engineering, Zilch ; With Mike Davis, Engineering Manager, ZilchWatch this episode on video

Sep 12, 2025 • 34min
Lambda Runtimes deep dive: Behind the serverless curtain
In this episode, we dive deep into AWS Lambda runtime environments with Maxime David, Software Development Engineer in the Lambda runtime team. Discover how AWS manages and updates the foundation of serverless computing, ensuring millions of functions continue to run smoothly while being patched and updated behind the scenes. Learn about the complex deployment processes, security considerations, and the team's commitment to maintaining backwards compatibility. Maxime explains how Lambda runtimes are structured, from the operating system to language support and AWS SDK integration. We also discuss custom runtimes, the role of Firecracker in providing isolation, and the team's efforts toward open-sourcing their workWith Maxime David, Senior Software Engineer, AWS Lambda. CNCF enthusiast.Open Source repositories for LambdaLambda performance comparison betwen language and architectureAWS Lambda runtime management controls


