-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We should sync on the packaging process with regards to the relative path between function.json
and the handler. I made a change in my Offline Plugin PR. I have no idea why the mkdirSync
spy is causing the test to fail. I've been through your changes and comparing them to my own test using the same thing, but I'll see if I can see anything else
077960b
to
25212f7
Compare
@tbarlow12 - I found that calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
25212f7
to
b8ef4bd
Compare
- Updates packaging strategy to write function.json into expected folder structure - Dynamically resolves handler path based on yaml definition and destination folder - Removes and cleans up function.json and function folders after packaging is completed Resolves ABA#82, 90, 89
Resolves ABA#82, 90, 89