Skip to content

Commit 76ba010

Browse files
committed
Updated docs
1 parent 1804916 commit 76ba010

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Simplifies writing unit tests for [AWS Lambda](https://aws.amazon.com/lambda/det
1717
* Lightweight and won't impact performance
1818
* Maps the environment variable `LAMBDA_TASK_ROOT` to the application's root
1919
* Automatically loads .env files
20-
* Works with Node 6.10 and 8.10
20+
* Works with Node 8.x
2121

2222
## Installation
2323
Install via npm.
@@ -91,7 +91,7 @@ We'd love to get feedback on how you're using lambda-tester and things we could
9191

9292
## Compatibility
9393

94-
Version 3 targets Lambda handlers using Node 6.10 and 8.10. If you require support for Node 4.x, please use version 2.x
94+
Starting with version 3.5.0, lambda-tester supports node versions 8.11 and higher. If you require support for older versions of node, then use a previous version of lambda-tester.
9595

9696

9797
## License

docs/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Simplifies writing unit tests for [AWS Lambda](https://aws.amazon.com/lambda/det
1414
* Lightweight and won't impact performance
1515
* Maps the environment variable `LAMBDA_TASK_ROOT` to the application's root
1616
* Automatically loads .env files
17-
* Works with Node 6.10 and 8.10
17+
* Works with Node 8.x
1818

1919
## Table of Contents
2020

@@ -37,11 +37,9 @@ Simplifies writing unit tests for [AWS Lambda](https://aws.amazon.com/lambda/det
3737

3838
We'd love to get feedback on how you're using lambda-tester and things we could add to make this tool better. Feel free to contact us at `[email protected]`
3939

40-
4140
## Compatibility
4241

43-
Version 3 targets Lambda handlers using Node 6.10 and 8.10. If you require support for Node 4.x, please use version 2
44-
42+
Starting with version 3.5.0, lambda-tester supports node versions 8.11 and higher. If you require support for older versions of node, then use a previous version of lambda-tester.
4543

4644
## License
4745

docs/node-version-verification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Node.js Version Verification
22

33
The default behavior of `lambda-tester` is to verify the version of the Node.js environment to ensure compatibility with the AWS Lambda
4-
runtime. Node.js versions of `6.10` and higher up to `8.10` are allowed.
4+
runtime. Node.js versions of `8.x` are allowed.
55

66
## To disable version Verification
77

0 commit comments

Comments
 (0)