Thanks for this tutorial! When I try to initialize the Start action, I’m getting a 502 internal server error. I checked CloudWatch and was getting the same error as the poster above about regions, so I deleted everything and started over with a West coast server, figuring that maybe because that’s where Bubble is, it would work. Now I’m getting a different error, but the last three lines are the same – the ones that refer to Lines 26, 386, and 705. I have all the permissions set as they are in the tutorial. Any thoughts on what else I can try?
[ERROR] ClientError: An error occurred (AccessDeniedException) when calling the StartTranscriptionJob operation: User: arn:aws:sts::{my account number}:assumed-role/start_transcription-role-sgzrp3d9/start_transcription is not authorized to perform: transcribe:StartTranscriptionJob on resource: arn:aws:transcribe:us-west-2:831231135577:transcription-job/1635048540984x243908051302088700 because no identity-based policy allows the transcribe:StartTranscriptionJob action
Traceback (most recent call last):
File “/var/task/lambda_function.py”, line 25, in lambda_handler
job = transcribe.start_transcription_job(
File “/var/runtime/botocore/client.py”, line 386, in _api_call
return self._make_api_call(operation_name, kwargs)
File “/var/runtime/botocore/client.py”, line 705, in _make_api_call
raise error_class(parsed_response, operation_name)