Skip to content

Instantly share code, notes, and snippets.

@dzimine
Created December 9, 2017 00:04
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 dzimine/30348592c28fa206cc2ec0b8ff8b3ea3 to your computer and use it in GitHub Desktop.
Save dzimine/30348592c28fa206cc2ec0b8ff8b3ea3 to your computer and use it in GitHub Desktop.
StackStorm Exchange Goes Serverless - blog gists
# serverless.yml
...
functions:
# Standard Serverless Python function,
# point `handler` to an entrypoint in your python code:
hello_world:
handler: handler.hello
# With serverless-plugin-stackstorm
# point to an action in a pack from StackStorm Exchange:
get_github_issue:
stackstorm:
action: github.get_issue # <pack.action>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment