cjjenkinson / captionease-backend

0 stars 1 forks source link

Assembly Webhook lambda #6

Open cjjenkinson opened 3 years ago

cjjenkinson commented 3 years ago

Assembly.ai will asynchronously dispatch webhook events which we will subscribe to that will tell us the current state of the transcribe job.

Add the infrastructure to expose a HTTP api gateway endpoint that triggers a lambda function responsible for handling a completed or failed transcription job.

Lambda logic