Skip to content

Releases: barchart/aws-lambda-suppressor

v1.2.6

09 May 23:44
29c4116
Compare
Choose a tag to compare

Technical Enhancements

  • Added async keyword to LambdaInvocationsTable class, as appropriate.
  • Updated minimum required version of @barchart/common-node-js library, which adds new LambdaTriggerType enumeration items.

Other

  • Updated AWS CodeBuild integration to use Node.js version 20.

v1.2.5

31 Jan 22:11
Compare
Choose a tag to compare

Technical Enhancements

  • Upgrade major version of common libraries.

v1.2.4

07 Jan 00:19
Compare
Choose a tag to compare

Bug Fixes

  • Update @barchart/common-node-js dependency. Update fixes regression that caused any output from a LambdaValidator to be considered valid by the LambdaHelper.process function. In other words, invalid events will now be rejected.

v1.2.2

05 Jan 16:52
Compare
Choose a tag to compare

Technical Enhancements

  • Added an .npmignore file, which prevents unnecessary files from being included in package.

v1.2.1

05 Jan 16:51
Compare
Choose a tag to compare

Bug Fixes

  • Corrects regression which caused DynamoLambdaHelper to throw an error on each use.

v1.2.0

02 Dec 00:10
Compare
Choose a tag to compare

Technical Enhancements

  • Upgraded @barchart/common-node-js dependency to version 3.20.0 — with a refactored Lambda Function framework.
  • Added DynamoMessageValidator — inheriting the new LambdaMessageValidator class.
  • Moved logic from DynamoLambdaHelper class into DynamoMessageValidator class.

Notes

  • In the next major release the DynamoLambdaHelper class will be removed (along with LambdaValidator class).