serverless/serverless-google-cloudfunctions

Http trigger path ignored by deployment

Open

#84 建立於 2017年8月31日

在 GitHub 查看
 (15 留言) (3 反應) (0 負責人)JavaScript (124 fork)auto 404
bughelp wanted

倉庫指標

Star
 (275 star)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南