Releases: HDE/python-lambda-local
Releases · HDE/python-lambda-local
v0.1.13
- Drop support of Python 2.7
- Various update and cleanup, add Python 3.9 support
- Add
__main__
file for using the package as a module
- Implement tests via Github Actions
v0.1.12
- Fix error when running on Windows with Python 3
v0.1.10
- Fix traceback output when exception happens
v0.1.9
- Support latest boto3
- Support Python 3.7
v0.1.8
- [Backwards Incompatibility] Change signature of
call
in lambda_local.main
- Fix log
- Add doc for call as lib
v0.1.7
- Fix readme reading error in non UTF8 system.
- Fix copyright year.
- Run tests in CI tool.
v0.1.6
- Add timer timeout implementation for windows
v0.1.5
- Add version
- Add support to read environment variable from a file