sls3-legacy
Version:
SLS3 Legacy - A fork of Serverless Framework v3
17 lines (13 loc) • 317 B
YAML
# Hello World for Apache OpenWhisk
service: hello-world # Service Name
provider:
name: openwhisk
runtime: swift
functions:
greeting:
handler: handler.main
events:
- http: GET hello
# remember to run npm install to download the provider plugin.
plugins:
- serverless-openwhisk