Releases: ashiina/lambda-local
Releases · ashiina/lambda-local
Release 2.2.0
13 Apr 22:00
Compare
Sorry, something went wrong.
No results found
Release 2.1.2
19 Aug 14:18
Compare
Sorry, something went wrong.
No results found
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:
Support API gateway (replaces old --watch)
Support ECMAScript (thanks tdanecker #230 )
Support Lambda streaming (thanks Skn0tt #229 )
Update dependencies
Release 2.1.1
24 Jul 19:58
Compare
Sorry, something went wrong.
No results found
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
19 Jul 22:54
Compare
Sorry, something went wrong.
No results found
Support API gateway (replaces old --watch)
Support ECMAScript (thanks tdanecker #230 )
Support Lambda streaming (thanks Skn0tt #229 )
Update dependencies
Release 2.0.3
12 Sep 17:45
Compare
Sorry, something went wrong.
No results found
Fix callbackWaitsForEmptyEventLoop on recent NodeJS versions (>=16) (#217 )
Support clientContext as an object (#223 )
Remove useless warning (#224 )
Update dependencies
Release 2.0.2
08 Mar 09:23
Compare
Sorry, something went wrong.
No results found
correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
Update dependencies
Release 2.0.1
22 Dec 22:55
Compare
Sorry, something went wrong.
No results found
Fix memoryLimitInMB being wrongly parsed as int
Update dependencies
Release 2.0.0
19 Jun 01:07
Compare
Sorry, something went wrong.
No results found
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
1.7.3
10 Jun 06:17
Compare
Sorry, something went wrong.
No results found
1.7.2
12 Apr 22:47
Compare
Sorry, something went wrong.
No results found
Add --watch parameter
Bump dependencies