Mariusz Nowak 4944f471b1
Prettify
2019-06-26 12:43:01 +02:00

35 lines
589 B
YAML

service:
name: hello-world
provider:
name: cloudflare
config:
accountId: CLOUDFLARE_ACCOUNT_ID
zoneId: CLOUDFLARE_ZONE_ID
plugins:
- serverless-cloudflare-workers
functions:
hello:
name: hello
script: helloWorld
events:
- http:
url: example.com/hello/*
method: GET
headers:
foo: bar
x-client-data: value
foo:
name: foo
script: bar
events:
- http:
url: example.com/foo/*
method: GET
headers:
foo: bar
x-client-data: value