Skip to content

Fix function name on invoke #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2020
Merged

Conversation

scastiel
Copy link
Contributor

@scastiel scastiel commented May 9, 2020

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

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @scastiel !

@medikoo medikoo merged commit 86d40aa into serverless:master May 11, 2020
@medikoo medikoo added the bug label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'serverless invoke' failed on google cloud function Google function name not match 'handler' property
2 participants