Skip to content

Instantly share code, notes, and snippets.

@bcambel
Last active October 1, 2018 11:05
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 bcambel/0b323b9b250e81226ac32ce182d86b61 to your computer and use it in GitHub Desktop.
Save bcambel/0b323b9b250e81226ac32ce182d86b61 to your computer and use it in GitHub Desktop.
{"TranscodeWavToMp3": {
"Type": "Task",
"Resource": "arn:aws:lambda:eu-west-1:XXX:function:transcode_audio_using_aws_etranscoder",
"Retry": [
{
"ErrorEquals": [
"States.ALL"
],
"IntervalSeconds": 1,
"MaxAttempts": 3,
"BackoffRate": 1
}
],
"Next": "SleepSome"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment