Skip to content

Releases: ashiina/lambda-local

1.7.1

01 Feb 10:16
Compare
Choose a tag to compare
  • Migrate to TypeScript (#191)
  • Add support for _HANDLER
  • Update environment variables computation & consistency with context

1.6.3

11 Jul 09:52
a2bab46
Compare
Choose a tag to compare
  • Security updates (update dependencies that had vulnerabilities: mocha).
  • Pick up AWS profile from env AWS_PROFILE or AWS_DEFAULT_PROFILE (thanks to @illusori)

1.6.2

30 Apr 12:54
Compare
Choose a tag to compare
  • Documentation changes only

From 1.6.1:

  • Update for Winston 3
  • Better handling of TimeoutError: now passed to context as other exceptions
  • Improved Makefile (thanks to @joechrysler)
  • Drop NodeJS < 6, therefore update all dependencies

1.6.1

15 Apr 15:37
Compare
Choose a tag to compare
  • Update for Winston 3
  • Better handling of TimeoutError: now passed to context as other exceptions
  • Improved Makefile (thanks to @joechrysler)
  • Drop NodeJS < 6, therefore update all dependencies

1.5.0

06 Jun 15:31
Compare
Choose a tag to compare
  • Make context an object
  • Support multi-threading & nested calls
  • Context is regenerated on each run (e.g. awsRequestId will change)

1.4.8

26 May 12:42
Compare
Choose a tag to compare
  • Read default AWS config files
  • Improve absolute/relative path finding
  • Handle syntax error in handlers

1.4.7

03 Apr 16:20
298a04f
Compare
Choose a tag to compare
  • Support async functions (thanks to @hoegertn)

From older version (1.4.6):

  • Fix region detection
  • Add --envdestroy option to restore the environment after testing.
  • Support builtin Error object handling
  • More examples & better README

1.4.6

13 Mar 20:29
Compare
Choose a tag to compare
  • Fix region detection
  • Add --envdestroy option to restore the environment after testing.
  • Support builtin Error object handling
  • More examples & better README

From older versions (since 1.4.2)

  • Better environment variables managing
  • Fix lambda ending rules (context.done/fail/succeed)
  • Timeout fix
  • Better context management
  • Add execution time log
  • Several token fixes
  • New log system, using a verbose level
  • Bug fixes

1.4.2

09 Mar 15:10
Compare
Choose a tag to compare
  • Added promise support
  • Better JSON parse error handling for environment variables

1.3.0

26 Nov 02:17
Compare
Choose a tag to compare
Merge pull request #57 from ashiina/develop

release 1.3.0