Simple play icon Course
Skills

How to Fail with Serverless

by Gremlin

In this talk, we’ll explore the built-in tools and processes that AWS has in place to appropriately deal with failures in distributed serverless applications.

What you'll learn

Everything fails all the time. Knowing how to deal with these failures in serverless applications becomes essential to building resilient, highly-available systems. In traditional monolithic applications, catching errors and handling retries is relatively straightforward. But as our systems become more distributed, we now have multiple (often asynchronous) components processing events from several sources, all with vastly different retry behaviors and failure mechanisms. Utilizing old patterns can cause errors to get swallowed, creating brittle, unreliable systems that are difficult to debug and hard to maintain. In this talk, we’ll explore the built-in tools and processes that AWS has in place to appropriately deal with failures in distributed serverless applications. We’ll discuss retry behaviors and strategies for dealing with errors in: Asynchronous Lambda function invocations (DLQs, retries, and throttling), event source mappings (Kinesis, SQS, and DynamoDB streams), step functions (task failures, transient issues, and fallback states), Lambda invocations from AWS services (synchronous and asynchronous), calls to AWS services (using the AWS SDK and other protocols), and third-party API calls (utilizing circuit breakers and other fallback methods). While this talk focuses on the AWS ecosystem, many of these strategies are adaptable to other cloud providers as well.

Table of contents

How to Fail with Serverless
30mins

About the author

Gremlin is a Chaos Engineering service on a mission to help build a more reliable internet. Their solutions turn failure into resilience by offering engineers a fully hosted SaaS platform to safely experiment on complex systems, in order to identify weaknesses before they impact customers and cause revenue loss. Founded by CEO Kolton Andrus and CTO Matthew Fornaciari in 2016, the company has since raised $26.8Million in funding from Redpoint Ventures, Index Ventures, and Amplify Partners. Existi... more

Ready to upskill? Get started