@jim-brighter/lambda-local-runner 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,6 @@
1
- # lambda-local-runner
1
+ # lambda-local-runner
2
+ Super simple cli tool for running NodeJS lambda functions locally as a server.
3
+
4
+ Does not attempt to run any kind of gateway or load balancing layer.
5
+
6
+ Uses [jiti](https://www.npmjs.com/package/jiti) for universal compatibility.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jim-brighter/lambda-local-runner",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Simple CLI tool to run a lambda handler locally",
5
5
  "homepage": "https://github.com/jim-brighter/lambda-local-runner#readme",
6
6
  "bugs": {