Conversation
|
This is great thing to add |
|
Thanks for this @duckworth. I'll take a look at this, this weekend. |
|
@duckworth I realize there is no |
|
ping @duckworth, do you still wish to own these changes? |
|
ok, the formatting should be resolved. |
|
@duckworth thanks! I agree with the changes, unfortunately your branch is not mergeable due to changes upstream on master creating conflicts. Could you resolve that? |
package.json
Outdated
| { | ||
| "name": "node-lambda", | ||
| "version": "0.7.1", | ||
| "version": "0.7.2", |
There was a problem hiding this comment.
The idea is to bump this up with #53 so there's no need for this change here.
|
Should I switch to use -c ? I didn't use that originally as that was already used on the deploy command. It appears that has been removed.
|
|
@duckworth I removed my original comment after noticing that the PR I referenced used a different run command on conjunction with the |
|
@duckworth let me know if you need any help making your branch compatible (mergeable) with the current upstream/master. |
|
Deprecated by #82 |
Adds a default empty context.json file which can be used to add additional mock data to the context object passed in to the lambda function for the run command. Adds a -x --contextFile param to override the contextFile used.