Skip to content

Releases: HDE/python-lambda-local

v0.1.13

02 Jun 10:42
7b3199b

Choose a tag to compare

  • 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

10 Dec 04:42
9e87bfb

Choose a tag to compare

  • Fix error when running on Windows with Python 3

v0.1.11

29 Nov 06:04

Choose a tag to compare

  • Test on python 3.8

v0.1.10

25 Nov 05:32
ae22a12

Choose a tag to compare

  • Fix traceback output when exception happens

v0.1.9

15 Nov 09:49
1c73031

Choose a tag to compare

  • Support latest boto3
  • Support Python 3.7

v0.1.8

30 Jan 09:46

Choose a tag to compare

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

v0.1.7

23 Oct 03:29
4bd9927

Choose a tag to compare

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

v0.1.6

03 Sep 06:11
0a8e44d

Choose a tag to compare

  • Add timer timeout implementation for windows

v0.1.5

14 Dec 03:09
6b014b7

Choose a tag to compare

  • Add version
  • Add support to read environment variable from a file

v0.1.4

19 Apr 05:37

Choose a tag to compare

  • Support python 3.6 .