Recording: https://youtu.be/7rZFiglir68 Real-world serverless podcast: https://realworldserverless.com Learn Lambda best practices: https://lambdabestpractice.com Blog: https://theburningmonk.com Consulting services: https://theburningmonk.com/hire-me Production-Ready Serverless workshop: https://productionreadyserverless.com Abstract: Chaos engineering is a discipline that focuses on improving system resilience through controlled experiments that expose the inherent chaos and failure modes in our system. You might have heard about tools such as Netflix's Simian Army or Gremlin, which can inject different failures into your AWS environment to simulate different forms of infrastructure failures. But how can we apply the same principles to a serverless architecture where we have no access to the underlying infrastructure? Can we adapt existing practices to expose the inherent chaos in these systems? What are the limitations and new challenges that we need to consider?