UNPKG

@benie/lambda-lib

Version:

Builders and tools for creating AWS Lambda function handlers that provides automation for things such as logging, instrumentation and parameters propagation

32 lines (14 loc) 1.32 kB
# [1.5.0](https://github.com/beniesaude/lambda-lib/compare/v1.4.0...v1.5.0) (2021-11-30) ### Features * **dynamo-repository:** Handle composite keys when update ([21cda37](https://github.com/beniesaude/lambda-lib/commit/21cda3771a7363d76694964491abee190e36748a)) # [1.4.0](https://github.com/beniesaude/lambda-lib/compare/v1.3.0...v1.4.0) (2021-10-25) ### Bug Fixes * **middleware/sample-logging:** Fix before log messages not showing ([b4d086b](https://github.com/beniesaude/lambda-lib/commit/b4d086b352a7ce3823f04746db9e9101ea60fcf9)) ### Features * **http-client:** Add capacity to authorize within another region ([99d3ae4](https://github.com/beniesaude/lambda-lib/commit/99d3ae45d50087d870e0ec45c6ebd190b18add7a)) * **sample-logging:** Create an env var to forcefully disable sample log ([0116bc9](https://github.com/beniesaude/lambda-lib/commit/0116bc9fa6acdc157c421920f86d4c9864260076)) # [1.3.0](https://github.com/beniesaude/lambda-lib/compare/v1.2.5...v1.3.0) (2021-06-18) ### Bug Fixes * **types:** Set correct definition to EventBus class ([c6d0854](https://github.com/beniesaude/lambda-lib/commit/c6d08544e82e52936a221a73cb58da558e59050b)) ### Features * Export middleware functions ([b2b72f4](https://github.com/beniesaude/lambda-lib/commit/b2b72f4d10314528785f4cfa57f85242003eaa53))