Lambda Local Versions Save

Commandline tool to run Amazon Lambda function on local machines.

release/2.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/ashiina/lambda-local/compare/release/2.1.2...release/2.2.0

release/2.1.2

9 months ago

From 2.1.2:

  • Fix regression in --watch events
  • Fix regression in dependency versions preventing lambda-local to run on older versions. Support for NodeJS>=8 is tested.

From 2.1.1:

  • Bug fix: ESM path on Windows
  • Downgrade commander-js

From 2.1.0:

release/2.1.1

9 months ago
  • Bug fix: ESM path on Windows
  • Downgrade commander-js

From 2.1.0:

  • Support API gateway (replaces old --watch)
  • Support ECMAScript (thanks tdanecker #230)
  • Support Lambda streaming (thanks Skn0tt #229)
  • Update dependencies

release/2.1.0

10 months ago
  • Support API gateway (replaces old --watch)
  • Support ECMAScript (thanks tdanecker #230)
  • Support Lambda streaming (thanks Skn0tt #229)
  • Update dependencies

release/2.0.3

1 year ago
  • Fix callbackWaitsForEmptyEventLoop on recent NodeJS versions (>=16) (#217)
  • Support clientContext as an object (#223)
  • Remove useless warning (#224)
  • Update dependencies

release/2.0.2

2 years ago
  • correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
  • Update dependencies

release/2.0.1

2 years ago
  • Fix memoryLimitInMB being wrongly parsed as int
  • Update dependencies

release/2.0.0

2 years ago
  • BREAKING CHANGE: removed aws-sdk dependency. This allows to make lambda-local significantly smaller
  • Drop Node 8 & Bump depencies
  • Minor CLI fixes
  • Move CI from Travis to Github

release/1.7.3

3 years ago
  • Dependencies updates

release/1.7.2

4 years ago
  • Add --watch parameter
  • Bump dependencies