Releases: ebridges/lgw
Releases · ebridges/lgw
Maintenance release v1.2.5
Maintenance release v1.2.2
- 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
#12 Change config file to be optional, allowing for all config to be provided via env vars.
Release v1.2.0
- #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
- Lookup apex domain for given domain name to find appropriate hosted zone.
Maintenance release v1.1.1
Fixes bug where new arguments were being passed incorrectly.
Maintenance release v1.1.0
- 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
- Exclude setuptools, easy_install, & pip from lambda archive.
Maintenance release v1.0.8
- 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.