Use Go with AWS Lambda and Amazon Transcribe to build a speech to text converter

In this blog post, you will learn how to build a Serverless speech to text conversion solution using Amazon Transcribe, AWS Lambda and the Go programming language. Audio files uploaded to Amazon Simple Storage Service (S3) will trigger a Lambda function which will submit an asynchronous job to Amazon Transcribe (using the AWS Go SDK) which will in turn store the result in another S3 bucket.