Skip to content

Instantly share code, notes, and snippets.

@owfm
Created May 9, 2020 16:18
Show Gist options
  • Save owfm/1321b0e2bd9a97f3e9bb7ca5d4c5179e to your computer and use it in GitHub Desktop.
Save owfm/1321b0e2bd9a97f3e9bb7ca5d4c5179e to your computer and use it in GitHub Desktop.
step-functions-serverless-yml-1
service: step-functions
plugins:
- serverless-step-functions
- serverless-bundle
provider:
profile: medium
name: aws
runtime: nodejs12.x
region: eu-west-1
functions:
emailCongratulations:
handler: email.congratulations
emailCommiserations:
handler: email.commiserations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment