James Thomas a287c99559 Adding PHP runtime support for OpenWhisk provider.
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00

17 lines
312 B
YAML

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