Skip to content

Instantly share code, notes, and snippets.

@petereskandar
Created January 20, 2021 01:33
Show Gist options
  • Save petereskandar/f3ed1a411ee2f6bac2df37abfa9426f3 to your computer and use it in GitHub Desktop.
Save petereskandar/f3ed1a411ee2f6bac2df37abfa9426f3 to your computer and use it in GitHub Desktop.
Transcribe Complete
"transcribe-complete":{
"Type":"Choice",
"Choices":[
{
"Variable":"$.Payload.TranscriptionJobStatus",
"StringEquals":"COMPLETED",
"Next":"success"
},
{
"Variable":"$.Payload.TranscriptionJobStatus",
"StringEquals":"FAILED",
"Next":"error"
}
],
"Default":"transcribe-wait"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment