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?

贡献者指南