Skip to content

Releases: enter-at/node-aws-lambda-handlers

v4.0.0

19 Dec 15:23
Compare
Choose a tag to compare

4.0.0 (2022-12-19)

Features

BREAKING CHANGES

    • node version >= 18 required
  • APIGatewayProxyHandler body mandatory response field

v3.2.1

01 Nov 16:00
Compare
Choose a tag to compare

3.2.1 (2021-11-01)

Bug Fixes

  • LambdaHandlerError: allow details to be passed as string array (16f1076)

v3.2.0

21 Oct 14:54
Compare
Choose a tag to compare

3.2.0 (2021-10-21)

Features

  • errors: add support for http 409 conflict (e80d2cf)

v3.1.0

01 Feb 15:18
Compare
Choose a tag to compare

3.1.0 (2021-02-01)

Features

  • config: make logger a config property (e5212c5)
  • logger: log internal server errors (333d723)

v3.0.1

24 Nov 11:28
Compare
Choose a tag to compare

3.0.1 (2020-11-24)

Bug Fixes

  • build: update release workflow (0c6e1d2)

v2.1.0

12 Nov 09:59
Compare
Choose a tag to compare

2.1.0 (2020-11-12)

Bug Fixes

  • ci: update release token (3c27ec0)

Features

  • errors: add unprocessable entity error handling (2b97792)

v2.0.2

24 Jul 15:49
Compare
Choose a tag to compare

2.0.2 (2020-07-24)

Bug Fixes

  • BaseHandler: ensure function scope (34b2dac)

v2.0.1

24 Jul 14:55
Compare
Choose a tag to compare

2.0.1 (2020-07-24)

Bug Fixes

  • ApiGatewayProxyHandler: use implicit type for decorator (9ada1b1)

v2.0.0

23 Jul 09:24
Compare
Choose a tag to compare

2.0.0 (2020-07-23)

Features

  • errors: expose UnauthorizedError (51fc5cc)

BREAKING CHANGES

  • errors: rename of all interfaces remove leading "I"

v1.2.0

14 Jul 14:09
Compare
Choose a tag to compare

1.2.0 (2020-07-14)

Bug Fixes

  • APIGatewayProxyHandler: fix linter issues (e581bdb)

Features

  • tests: add tests for error responses (e506a2f)