Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ebridges/lgw

Maintenance release v1.2.5

07 Nov 02:07
1.2.5
a9be940

Choose a tag to compare

  • Upgrade docker sdk and various related fixes.
  • Upgrade other libraries.

Maintenance release v1.2.2

10 Jun 13:21

Choose a tag to compare

  • Fix misordered params leading to error from misapplied params.
  • Print out CLI arguments + configuration parameters when --verbose flag is set.
  • Miscellaneous typos.

Maintenance release v1.2.1

05 Jun 17:48

Choose a tag to compare

#12 Change config file to be optional, allowing for all config to be provided via env vars.

Release v1.2.0

05 Jun 17:04

Choose a tag to compare

  • #10 Create lambda directly from S3 when archive is not provided.
  • Don't default to Python as the language of lambdas when created.

Maintenance release v1.1.2

09 May 21:53

Choose a tag to compare

  • Lookup apex domain for given domain name to find appropriate hosted zone.

Maintenance release v1.1.1

09 May 12:16

Choose a tag to compare

Fixes bug where new arguments were being passed incorrectly.

Maintenance release v1.1.0

09 May 02:53

Choose a tag to compare

  • Provide configuration to provide for binary responses from API gateway.
  • Fix bug where extraction of lambda archive from docker container was failing.

Maintenance release v1.0.9

03 Apr 12:37

Choose a tag to compare

  • Exclude setuptools, easy_install, & pip from lambda archive.

Maintenance release v1.0.8

01 Apr 10:48

Choose a tag to compare

  • Adds a check to confirm whether Docker is running. Uses /var/run/docker.sock as a proxy for that, which may cause issues for non-unix OS's.
  • Routine dependency maintenance.