James Thomas 7c5c1a0924 Removing AWS references.
There were some remaining AWS references caught during code reivew.
2017-01-27 10:17:28 +00:00

16 lines
309 B
YAML

# Hello World for Apache OpenWhisk
service: hello-world # Service Name
provider:
name: openwhisk
functions:
helloWorld:
handler: handler.helloWorldHandler
events:
- http: GET hello
# remember to run npm install to download the provider plugin.
plugins:
- serverless-openwhisk