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

30 lines
497 B
YAML

service:
name: hello-world
provider:
name: cloudflare
config:
accountId: CLOUDFLARE_ACCOUNT_ID
zoneId: CLOUDFLARE_ZONE_ID
plugins:
- serverless-cloudflare-workers
custom:
domain: example.com
functions:
hello:
name: hello
webpack: webpack.config.js
script: helloWorld
events:
- http:
url: ${self:custom.domain}/hello/*
method: GET
resources:
wasm:
- variable: WASM
file: rust-wasm/pkg/rust_wasm_bg.wasm