serverless/serverless-google-cloudfunctions

Http trigger path ignored by deployment

Open

#84 geöffnet am 31. Aug. 2017

Auf GitHub ansehen
 (15 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (124 Forks)auto 404
bughelp wanted

Repository-Metriken

Stars
 (275 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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?

Contributor Guide