serverless/serverless-google-cloudfunctions

Http trigger path ignored by deployment

Open

#84 opened on 2017年8月31日

GitHub で見る
 (15 comments) (3 reactions) (0 assignees)JavaScript (124 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (275 stars)
PR merge metrics
 (PR metrics pending)

説明

I have a following function config in serverless.yml

functions:
  create-account:
    handler: createAccount
    events:
      - http: create-account

Yet when the deployment runs, I get:

Deployed functions
create-account
  https://us-central1-gcfteststuff.cloudfunctions.net/createAccount

In Deployment Manager dashboard the httpsTrigger value is set to url: create-account. What might be the issue?

コントリビューターガイド