Skip to content

Releases: capralifecycle/webapp-deploy-lambda

v1.2.5-alpha.1

18 Jan 13:08
Compare
Choose a tag to compare
v1.2.5-alpha.1 Pre-release
Pre-release

1.2.5-alpha.1 (2022-01-18)

Bug Fixes

  • enable releases on alpha branch (f236ea7)

v1.2.4

13 Dec 16:10
2069e26
Compare
Choose a tag to compare

1.2.4 (2021-12-13)

Bug Fixes

  • deps: update typescript-eslint (ebbf1e6)
  • remove unsupported plugin (84b7332)

v1.2.3

13 Dec 15:47
28355f5
Compare
Choose a tag to compare

1.2.3 (2021-12-13)

Bug Fixes

  • build script should not fail if python cache dir is missing (db642b9)

v1.2.2

09 May 17:09
Compare
Choose a tag to compare

1.2.2 (2021-05-09)

Bug Fixes

  • correctly upload files in subdirs (19affab)

v1.2.1

13 Apr 22:34
Compare
Choose a tag to compare

1.2.1 (2021-04-13)

Bug Fixes

  • save time by not installing latest aws-sdk (4654a94)

v1.2.0

05 Jan 07:26
Compare
Choose a tag to compare

1.2.0 (2021-01-05)

Bug Fixes

Features

  • custom resource to deploy contents with cdk deployment (8c98cb3)
  • support .zip sources (baf490f)

v1.1.1

24 Jun 07:42
Compare
Choose a tag to compare

1.1.1 (2020-06-24)

Bug Fixes

  • error handling during cleanup (cbce95d)

v1.1.0

19 Jun 22:33
Compare
Choose a tag to compare

1.1.0 (2020-06-19)

Features

v1.0.1

18 Jun 22:51
Compare
Choose a tag to compare

1.0.1 (2020-06-18)

Bug Fixes

  • bundling of code (458790a)
  • convert expire_seconds to int (46f454e)
  • entry in deployments log (bcb4040)
  • need list permission on web bucket (ac77f5f)

v1.0.0

18 Jun 11:31
Compare
Choose a tag to compare

1.0.0 (2020-06-18)

Features

  • migrate to CDK Construct (a4b9a72)

BREAKING CHANGES

  • This replaces the previous manual CloudFormation
    setup with a CDK Construct. This also no longer publishes the
    lambda code as a separate artifact, and it is now intended to
    be bundled only with the CDK Construct.

The Lambda will probably be ported to TypeScript later.