🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

lambda-tester

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-tester - npm Package Versions

12

2.4.0

Diff
richardhyatt
published 2.4.0 •

Changelog

Source

2.4.0 (2016-05-11)

New:

  • Added support for custom context values to support cognito identities and mobile apps. Thanks @xsurfing
richardhyatt
published 2.3.0 •

Changelog

Source

2.3.0 (2016-05-10)

New:

  • Automatically loads .env files when lambda-tester is loaded during require().
  • Handlers can be loaded and cleaned up after execution

Improved:

  • Added cause to error messages

Updated:

  • Leak detector moved to lambda-leak and included as a dependency. Still experimental status
richardhyatt
published 2.2.1 •

Changelog

Source

2.2.1 (2016-04-17)

Fixed:

  • npm publish issue
richardhyatt
published 2.2.0 •

Changelog

Source

2.2.0 (2016-04-17)

Experimental:

  • Detects resources that might still be open and cause the Lambda handler to run longer than anticipated
richardhyatt
published 2.1.0 •

Changelog

Source

2.1.0 (2016-04-10)

New:

  • Support for using GetRemainingTimeInMillis() from the context object
  • Timeout can be set for the tester so that it detects when the Lambda handler has run for too long
  • Environment variable LAMBDA_TASK_ROOT is now set to the application root folder

Fixed:

  • Updated documentation
richardhyatt
published 2.0.0 •

Changelog

Source

2.0.0 (2016-04-09)

New:

  • Can now use Promises within verifiers
  • Supports Lambda Callbacks

Improved:

  • No longer requires the 'done' callback from mocha. Expect handlers now return promises that can be resolved/rejected by mocha.

Compatibility:

  • Node.js 4.3.2 or higher
richardhyatt
published 1.0.1 •

Changelog

Source

1.0.1 (2016-04-03)

Fixed:

  • Documentation examples contained some errors
  • NPM package now smaller
richardhyatt
published 1.0.0 •

Changelog

Source

1.0.0 (2016-03-22)

Initial Release