lambda-tester
Advanced tools
Changelog
4.0.1 (2019-12-04)
Update:
Changelog
4.0.0 (2019-11-23)
Breaking:
Strict checking for how the results/errors are captured have been relaxed. this
can be re-enabled using the strict()
method after creating the LambdaTester
instance.
Node.js versions are no longer checked before running the tests.
New:
lambda-event-mock
)Updated:
expectResult()
and expectError()
are now the preferred methods to verify
the handler's execution. If strict mode is enabled, then it will enforce that
the callback is called.Internal:
Changelog
3.6.0 (2018-06-14)
Updated:
Internal:
Changelog
3.5.0 (2018-07-23)
New:
Updated:
Internal:
Changelog
3.4.1 (2018-05-03)
Fixed:
package.json
engines statement. Thanks @kaxelsonChangelog
3.4.0 (2018-04-20)
Updated:
semver
. Thanks @AlexHankins @wheresrhysFixed:
package.json
engines to include node 8.x. Thanks @zanzamarChangelog
3.3.0 (2018-04-03)
Updated:
8.10.0
. Thanks @LimessChangelog
3.2.0 (2018-02-14)
New:
Internal:
Changelog
3.1.1 (2018-01-08)
Fixed:
Internal:
Changelog
3.1.0 (2017-09-11)
New:
LAMBDA_TESTER_NODE_VERSION_CHECK
environment variable support to prevent node version checking from running.Updated:
Internal: