Created
May 9, 2020 16:18
-
-
Save owfm/1321b0e2bd9a97f3e9bb7ca5d4c5179e to your computer and use it in GitHub Desktop.
step-functions-serverless-yml-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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