The function is an operationBefore and runs fine as I can tail logs and verify it's execution.
Expected behavior?invoke-local should invoke the deploying function (inside local docker) with previous input or supplied json and I should be able to verify it's execution via log tailing or by inspecting the work it has done.
Issue by steve-a-jones Thursday Nov 30, 2017 at 16:40 GMT Originally opened as https://github.com/graphcool/prisma/issues/1348
version
Current behavior
invoke-local
on docker target writes event json locally but fails to actually invoke.graphcool
cli returns the following:The function is an
operationBefore
and runs fine as I can tail logs and verify it's execution.Expected behavior?
invoke-local
should invoke the deploying function (inside local docker) with previous input or supplied json and I should be able to verify it's execution via log tailing or by inspecting the work it has done.