You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## A promise based test helper for running node aws lambda functions
4
6
5
7
Simple, lightweight tool to help with testing AWS Lambda functions. No dependencies to run.
@@ -50,8 +52,10 @@ All config resource paths should be based from your project root. See `./test/mo
50
52
```
51
53
52
54
### Install
55
+
53
56
#### With NPM
54
57
`npm i -D aws-lambda-test-helper`
58
+
55
59
#### Without NPM
56
60
Inside your project clone this repo: `git clone https://github.com/dannycroft/aws-lambda-test-helper.git` then require it from inside your tests `const runLambda = require('../aws-lambda-test-helper');`
0 commit comments