I use the Boto3 package to transcribe audio files using aws encryption service
I follow the official AWS example , but getting this error:
botocore.exceptions.UnknownServiceError: Unknown service: 'transcribe'
I am using the latest boto3 and aws cli package. Just to be clear - they managed to use their web interface to decrypt
source
share