@jim-brighter/lambda-local-runner 0.2.2 → 0.2.3
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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,11 @@ Does not attempt to run any kind of gateway or load balancing layer.
|
|
|
5
5
|
|
|
6
6
|
Uses [jiti](https://www.npmjs.com/package/jiti) for universal compatibility.
|
|
7
7
|
|
|
8
|
+
### Installation
|
|
9
|
+
```bash
|
|
10
|
+
npm install --save-dev @jim-brighter/lambda-local-runner
|
|
11
|
+
```
|
|
12
|
+
|
|
8
13
|
### Usage
|
|
9
14
|
Provide the handler filename and function
|
|
10
15
|
```bash
|
package/package.json
CHANGED