The AWS Developers Podcast

Things that matter for developers

Subscribe in popular podcast apps on use our RSS feed.
Listen on Apple Podcasts Listen on Spotify Listen on Amazon Music Listen on Amazon Music

How Generative AI Can Help Developers

Episode #133 from October 04, 2024

In this episode of the AWS Developers Podcast, Seb and Brooke are joined by Massimo Refere, a senior principal product manager in the Amazon Q team. They discuss how generative AI can help developers and introduce Amazon Q Developer, a generative AI assistant for work. They explore the different capabilities of Amazon Q Developer, including troubleshooting, coding assistance, and task assignment. They also discuss the conversational coding experience and the ability to customize models based on an organization's codebase. The episode concludes with a discussion on how developers can get started with Amazon Q Developer. The conversation covers topics such as the overlap between Q business and Q Developer, customization and personalization, the challenges of demoing customizations, the minimum amount of code required for customization, evaluating customized models, data security and protection, and the future direction of Amazon Q Developer.

With Massimo Re Ferrè, Director, Product Management, AWS, and Brooke Jamieson, Developer Advocate, AWS.

IAM Identity Center, Part 1

Episode #132 from September 27, 2024

In this week's episode, we dive deep into the world of AWS Identity Center and explore how it changed workforce identity access management within the AWS ecosystem. Join us as we discuss the key differences between IAM and Identity Center, unraveling how this powerful service is specifically designed to manage human user access to AWS accounts. Discover the diverse use cases for Identity Center, from managing employee access to AWS accounts to providing seamless access to various AWS applications. We'll discuss the importance of choosing the right region and seamlessly integrating with your preferred identity providers. Additionally, we'll shed light on common pitfalls and scenarios to be aware of when leveraging Identity Center.

With Joseph de Clerck, ProServ Consultant, Roberto Migli, Solution Architect, AWS, Brooke Jamieson, Developer Advocate, AWS.

Cracking the AWS Certified Solutions Architect - Professional Exam

Episode #131 from September 20, 2024

In this episode, we dive deep into the world of AWS certifications, specifically the prestigious Solutions Architect - Professional exam. Join us as we interview Patrick, a seasoned solution architect with extensive experience in preparing for and passing this challenging certification. Patrick breaks down the key differences between the Associate and Professional levels, emphasizing the advanced knowledge and experience required for the latter. He shares valuable insights into the four domains covered by the exam: designing for organizational complexity, designing for new solutions, continuously improving existing solutions, and accelerating workload migration and modernization. We explore the intricacies of the exam format, including the types of questions, time management strategies, and the importance of understanding the AWS Well-Architected Framework. Patrick also discusses the best resources for exam preparation, such as official AWS documentation, practice exams, and his own book, 'AWS Certified Solutions Architect Professional Exam Guide.' Whether you're a seasoned AWS professional looking to advance your career or just starting your cloud journey, this episode offers invaluable guidance on how to tackle the AWS Certified Solutions Architect - Professional exam and achieve your certification goals.

With Patrick Sard, Solution Architect, AWS.

Create your document processing pipelines with project Lakechain

Episode #130 from September 13, 2024

In this episode of the AWS Developers Podcast, Seb and Brooke Jamieson interview Halim Qarroum, the head of application prototyping at AWS, about the document processing pipeline. They discuss the concept of a document processing pipeline, the typical use cases for processing documents, and how Lake Chain, an open-source framework developed by Halim and his team, simplifies the process of building document processing pipelines. They also explore the architecture of Lake Chain, including the use of SQS and SNS as the messaging system, and the integration of various AWS services and open-source machine learning models. The episode concludes with a discussion on future plans for Lake Chain and how developers can contribute to the project.

With Halim Qarroum, Manager, Application Prototyping and Brooke Jamieson, Developer Advocate, AWS.

Optimizing Database Performance with Amazon RDS

Episode #129 from September 06, 2024

In this episode, we delve into the world of database performance optimization with Scott Lynn, product manager for Amazon RDS. We discuss the essential factors that can significantly impact your database performance, ensuring your applications run smoothly and efficiently. We explore effective strategies for scaling your relational databases to meet growing demands and maintain optimal performance. We also delve into the differences between provisioned IOPS, General Purpose SSD, and magnetic drives, helping you determine the best storage option for your specific workload. Discover why io2 Block Express storage is the ideal choice for demanding databases that require high performance and low latency. Join the discussion as we weigh the pros and cons of using self-managed databases on EC2 versus fully managed databases on RDS. Don't miss this informative episode! Tune in to learn how to optimize your database performance and achieve maximum efficiency with Amazon RDS.

With Scott Lynn, Product Manager, Amazon RDS

The architecture behind aws-news.com

Episode #128 from August 30, 2024

This week on the AWS Developers Podcast, we're joined by AWS Serverless Hero Luc van Donkersgoed to explore the incredible story behind aws-news.com! Luc takes us on a journey from a personal project fueled by curiosity about new APIs like Bedrock for Generative AI, to a platform with over 600 subscribed users. We'll delve into the technical behind aws-news.com, a 100% serverless architecture powered by EventBridge, Lambda, DynamoDB, and other AWS services. Join us as Luc unveils the challenges he conquered along the way, the secrets to his cost-effective operation, and how he's turned his passion project into a success story through subscriptions and sponsorships. Get ready to discover how serverless technologies empowered Luc to build a scalable platform for the future!

With Luc van Donkersgoed, Serverless Hero.

Serverless is Not Dead

Episode #127 from August 23, 2024

In this conversation, Seb and Yan Cui discuss the definition of serverless and its key characteristics. They also address the misconception that serverless is dead and clarify that it is still a thriving technology. Yan shares his experience with serverless projects and highlights the importance of focusing on one or two major changes at a time to avoid failure. They also discuss the use of relational databases with Lambda and the benefits of using Aurora Serverless and the Data API. The conversation covers good patterns for building serverless applications, including taking smaller steps in migrations, splitting applications into services, and designing event-driven architectures. It emphasizes the importance of visibility, testing, and observability in serverless applications. The guest recommends using remote testing for most projects and highlights the benefits of using Lumigo for observability. The conversation concludes with a discussion on the future of serverless and the need for high-performance options in Lambda.

With Yann Cui, Serverless Hero, Consultant, Author.

Domain-driven design for cloud automation

Episode #126 from August 16, 2024

This episode delves into applying Domain-Driven Design (DDD) to cloud automation, specifically for event-based integration systems. Author Gregor Hohpe emphasizes the importance of domain languages for clearly expressing core system concepts. He illustrates how Amazon Web Services (AWS) EventBridge can benefit from a domain model to differentiate between Pipes and Buses services. Hohpe argues that cloud automation languages like CDK and Pulumi should harness the power of object-oriented languages to provide developers with affordances. This means using types and interfaces to guide developers towards valid cloud resource combinations, catching errors at compile time rather than deployment. This episode explores how to implement DDD in cloud automation, the benefits of strongly typed automation languages, and how to leverage affordances for more efficient cloud automation.

With Gregor Hohpe, Enterprise Strategist & Author

Embrace GitOps on AWS

Episode #125 from August 09, 2024

This week's AWS Developers Podcast dives into GitOps, i.e. using Git to manage cloud infrastructure. We'll uncover GitOps' core concepts, benefits, and challenges. Discover how to leverage GitOps on AWS with services like CloudFormation, CDK, CodeBuild, and CodePipeline. We'll explore exciting new features including CloudFormation Git Sync, CodePipeline v2, and Amplify Gen 2. Learn about resource replacement, the shift from imperative to declarative infrastructure, and the distinction between GitOps and immutable infrastructure. We'll guide you through adopting GitOps, emphasizing the mindset shift and comparing it to DevOps. Finally, we'll glimpse into the future of infrastructure management with GitOps, including its role in observability. Join us for actionable insights and best practices to effectively implement GitOps on AWS.

With Johannes Koch, AWS DevTools Hero