Skip to content

Instantly share code, notes, and snippets.

@sunnyy02
Created November 23, 2021 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnyy02/5b8bd871168908aa5e4e3ebeabbd604d to your computer and use it in GitHub Desktop.
Save sunnyy02/5b8bd871168908aa5e4e3ebeabbd604d to your computer and use it in GitHub Desktop.
service: nodewhiskservice
provider:
name: openwhisk
ignore_certs: true
functions:
hello:
handler: handler.hello
events:
- http: GET hello
# extend the framework using plugins listed here:
# https://github.com/serverless/plugins
plugins:
- serverless-openwhisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment