nfour / serverless-build-plugin

A Node.js focused build plugin for serverless.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to Deploy Single Function

rawphp opened this issue · comments

there is a bug in the build plugin where you cannot deploy single functions... after building the plugin is expected by serverless to send artifect paths back to serverless for all functions... but only the path for the function being deployed is sent back... hence it crashes with error

Error --------------------------------------------------
 
     No artifact path is set for function: "another-function"
commented

Looking into this.

commented

Looks like serverless@1.2 broke the hooks.

commented

Let me know if this persists @rawphp