Python Lambda Local Versions Save

Run AWS Lambda function on local machine

v0.1.13

1 year ago
  • 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

4 years ago
  • Fix error when running on Windows with Python 3

v0.1.11

4 years ago
  • Test on python 3.8

v0.1.10

4 years ago
  • Fix traceback output when exception happens

v0.1.9

4 years ago
  • Support latest boto3
  • Support Python 3.7

v0.1.8

5 years ago
  • [Backwards Incompatibility] Change signature of call in lambda_local.main
  • Fix log
  • Add doc for call as lib

v0.1.7

5 years ago
  • Fix readme reading error in non UTF8 system.
  • Fix copyright year.
  • Run tests in CI tool.

v0.1.6

5 years ago
  • Add timer timeout implementation for windows

v0.1.5

6 years ago
  • Add version
  • Add support to read environment variable from a file

v0.1.4

7 years ago
  • Support python 3.6 .