Skip to content

Instantly share code, notes, and snippets.

@sebastiankade
Created May 16, 2019 07:36
Show Gist options
  • Save sebastiankade/f61711f7511355af31b05109ca042105 to your computer and use it in GitHub Desktop.
Save sebastiankade/f61711f7511355af31b05109ca042105 to your computer and use it in GitHub Desktop.
// Serverless.yml
functions:
myCloudWatch:
handler: myCloudWatch.handler
events:
- cloudwatchEvent:
event:
source:
- "aws.mediaconvert"
detail-type:
- "MediaConvert Job State Change"
detail:
status:
- COMPLETE
- ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment