We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e49b4 commit 1c22aa5Copy full SHA for 1c22aa5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog
2
3
+## 1.5.0 (2018/06/06)
4
+ * Make context an object
5
+ * Support multi-threading & nested calls
6
+ * Context is regenerated on each run (e.g. awsRequestId will change)
7
+
8
## 1.4.8 (2018/05/26)
9
* Read default AWS config files
10
* Improve absolute/relative path finding
package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
- "version": "1.4.8",
+ "version": "1.5.0",
"description": "Commandline tool to run Lambda functions on your local machine.",
"keywords": [
"lambda",
0 commit comments