failure-lambda

Module for fault injection into AWS Lambda (by gunnargrosch)

Failure-lambda Alternatives

Similar projects and alternatives to failure-lambda based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better failure-lambda alternative or higher similarity.

failure-lambda reviews and mentions

Posts with mentions or reviews of failure-lambda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-10.
  • Chaos engineering for serverless with AWS Fault Injection Simulator
    3 projects | dev.to | 10 Mar 2022
    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
  • Circuit Breaker Solution for AWS Lambda Functions
    2 projects | dev.to | 13 Jan 2021
    A common approach is to implement a circuit breaker inside your function and use DynamoDB to store the circuit breaker state (like Gunnar Grosch’s failure lambda node.js implementation and Jeremy Daly outlines in his AWS Reference Architecture Pattern). The Lambda function will fail before calling the Third-Party API when a failure threshold has been exceeded. This protects the downstream service, but it will not stop AWS Lambda polling the upstream queue and invoking your function. You also have to make changes to lambda function code, specific to the particular Lambda runtime and programming language. The approach introduces a number of DynamoDB requests which could significantly increase costs.

Stats

Basic failure-lambda repo stats
3
90
0.0
about 1 year ago

gunnargrosch/failure-lambda is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of failure-lambda is JavaScript.

Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com