Releases: gunnargrosch/failure-lambda
Releases · gunnargrosch/failure-lambda
v0.4.4
- Switch to node-fetch@2.
v0.4.3
- Updated dependencies
v0.4.2
- Puts the mitm object in the library global namespace so that it persists across function invocations.
- Syntax formatting.
v0.4.1
- Made AppConfig Lambda extension port configurable using environment variable.
v0.4.0
- Added optional support for AWS AppConfig, allowing to validate failure configuration, deploy configuration using gradual or non-gradual deploy strategy, monitor deployed configuration with automatical rollback if CloudWatch Alarms is configured, and caching of configuration.
- Hardcoded default configuration with isEnabled: false, to use if issues loading configuration from Parameter Store or AppConfig.
v0.3.1
- Change mitm mode back to connect to fix issue with all connections being blocked.
v0.3.0
- Changed mitm mode from connect to connection for quicker enable/disable of failure injection.
- Renamed block list failure injection to denylist (breaking change for that failure mode).
- Updated dependencies.
v0.2.0
- Added block list failure.
- Updated example application to store file in S3 and item in DynamoDB.
v0.1.1: Merge pull request #5 from gunnargrosch/develop
- Fixed issue with exception injection not throwing the exception.
v0.1.0: Merge pull request #2 from gunnargrosch/develop
- Added disk space failure.
- Updated example application to store example file in tmp.