serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Fix function name on invoke #216

Closed scastiel closed 4 years ago

scastiel commented 4 years ago

When calling invoke, the function name is not correct, giving a Function XXX (…) does not exist error. This is because the function handler was used instead of the function name.

Fixes #212

Fixes #213