Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send transcribe job to Assembly.AI lambda #5

Open
cjjenkinson opened this issue Jul 28, 2021 · 0 comments
Open

Send transcribe job to Assembly.AI lambda #5

cjjenkinson opened this issue Jul 28, 2021 · 0 comments

Comments

@cjjenkinson
Copy link
Owner

cjjenkinson commented Jul 28, 2021

When the extracted audio is uploaded to S3 this lambda will be triggered which is responsible for dispatching the transcribe job to the third party Assembly.AI service.

Pre-tasks

Lambda Logic

  • Create a pre-signed URL that has a one hour expiration time for the audio file extracted from the previous lambda
  • Dispatch a new job calling the relevant API endpoint
  • Mark video state to transcribing and save transcription job ID to video record
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant