Skip to content

Releases: ran-isenberg/aws-lambda-handler-cookbook

1.5.1

19 May 11:36
53744e0

Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0 - dynamic configuration & feature flags SDK

15 May 13:22
2522fbe

Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2

18 Apr 18:38
9c4c644

Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

13 Apr 09:32
dc35984

Choose a tag to compare

What's Changed

  • refactor: env vars multiple handlers local tests support, update pip by @ran-isenberg in #23

Full Changelog: 1.4.0...1.4.1

1.4.0 - Input Validation

07 Apr 06:21
d0af58b

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0 - CDK 2 Support

16 Mar 19:58
7f262e9

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

15 Mar 09:28
f4976a8

Choose a tag to compare

[1.2.0] - 2022-03-03

Features

  • Environment Variables Parser - Added new Environment variables parser utility

Docs

  • Readme - Updated readme with Environment variables blog

What's Changed

Full Changelog: 1.1...1.2.0

1.1

03 Mar 07:30
7f26660

Choose a tag to compare

1.1

[1.1] - 2022-03-03

Features

  • Metrics - Added new business metrics utility

Docs

  • Readme - Updated readme with metrics blog

1.0.1

26 Feb 20:17

Choose a tag to compare

[1.0.1] - 2022-02-26

Features

  • Pipeline - Added GitHub action pipeline with flake8, pre-commit, yapf, isort, radon, xneon and unit tests.

Docs

  • Readme Updated readme with new unit and e2e commands.

1.0.0

25 Feb 09:25

Choose a tag to compare

[1.0.0] - 2022-02-24

Documentation

  • CDK v1 - Added CDK deployment code
  • E2E tests - Added API GW -> Lambda E2E test.
  • Infra - Tracer & logger are added