Skip to content

Releases: gunnargrosch/failure-lambda

v0.4.4

14 Feb 21:47
ccbc113
Compare
Choose a tag to compare

v0.4.3

14 Feb 21:19
b89050e
Compare
Choose a tag to compare

v0.4.2

16 Mar 22:54
f2f3b0f
Compare
Choose a tag to compare
  • Puts the mitm object in the library global namespace so that it persists across function invocations.
  • Syntax formatting.

https://www.npmjs.com/package/failure-lambda/v/0.4.2

v0.4.1

26 Oct 23:18
08ff4c5
Compare
Choose a tag to compare
  • Made AppConfig Lambda extension port configurable using environment variable.

https://www.npmjs.com/package/failure-lambda/v/0.4.1

v0.4.0

25 Oct 22:48
1e548cd
Compare
Choose a tag to compare
  • 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.

https://www.npmjs.com/package/failure-lambda/v/0.4.0

v0.3.1

21 Oct 21:50
6489ac3
Compare
Choose a tag to compare
  • Change mitm mode back to connect to fix issue with all connections being blocked.

https://www.npmjs.com/package/failure-lambda/v/0.3.1

v0.3.0

24 Aug 13:15
71b947e
Compare
Choose a tag to compare
  • 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.

https://www.npmjs.com/package/failure-lambda/v/0.3.0

v0.2.0

17 Feb 23:41
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added block list failure.
  • Updated example application to store file in S3 and item in DynamoDB.

https://www.npmjs.com/package/failure-lambda/v/0.2.0

v0.1.1: Merge pull request #5 from gunnargrosch/develop

13 Feb 12:12
a45dec3
Compare
Choose a tag to compare
  • Fixed issue with exception injection not throwing the exception.

https://www.npmjs.com/package/failure-lambda/v/0.1.1

v0.1.0: Merge pull request #2 from gunnargrosch/develop

30 Dec 21:16
5343ff5
Compare
Choose a tag to compare
  • Added disk space failure.
  • Updated example application to store example file in tmp.

https://www.npmjs.com/package/failure-lambda/v/0.1.0