Chaos engineering for serverless with AWS Fault Injection Simulator

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. failure-lambda

    failure-lambda lets you inject faults into AWS Lambda functions to test how they behave under real-world failure conditions.

    failure-lambda is a small Node module for injecting failure into AWS Lambda. It offers a simple failure injection wrapper for your Lambda handler where you then can choose to inject failure by setting the failureMode to latency, exception, denylist, diskspace or statuscode. https://github.com/gunnargrosch/failure-lambda

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. aws-lambda-chaos-injection

    Chaos Injection library for AWS Lambda

    chaos_lambda is a small library injecting chaos into AWS Lambda. It offers simple python decorators to do delay, exception and statusCode injection for your AWS Lambda function. This allows to conduct small chaos engineering experiments for your serverless application in the AWS Cloud. https://github.com/adhorn/aws-lambda-chaos-injection

  4. aws-fis-templates-cdk

    Collection of AWS Fault Injection Simulator (FIS) experiment templates deploy-able via the AWS CDK

    Enables support for putting configuration in parameter store to enable AWS Lambda faults via libraries. https://github.com/adhorn/aws-fis-templates-cdk/blob/main/lib/fis-upload-ssm-docs/documents/ssma-put-config-parameterstore.yml

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AWS Fault Injection Service for AWS Lambda - Part 1 Introduction

    3 projects | dev.to | 8 Apr 2025
  • What do you mean with: "There is no root cause" ?!?

    1 project | dev.to | 25 Feb 2021
  • Circuit Breaker Solution for AWS Lambda Functions

    2 projects | dev.to | 13 Jan 2021
  • Deploy FastAPI to AWS in 60 Seconds

    4 projects | dev.to | 3 Jun 2026
  • Dynamic Looping Comes to AWS SAM

    4 projects | dev.to | 18 May 2026

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?