@roxsross/fault-injection
v1.0.2
Published
failure injection into AWS Lambda
Downloads
10
Maintainers
Readme
Failure injection for AWS Lambda - failure-lambda
Description
failure-lambda
is a small Node module for injecting failure into AWS Lambda (https://aws.amazon.com/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
. You control your failure injection using SSM Parameter Store or AWS AppConfig.