AWS Developer Tools Blog

Tag: AWS SDK for C++

Real-time streaming transcription with the AWS C++ SDK

Today, I’d like to walk you through how to use the AWS C++ SDK to leverage HAQM Transcribe streaming transcription. This service allows you to do speech-to-text processing in real time. Streaming transcription uses HTTP/2 technology to communicate efficiently with clients. In this walkthrough, you build a command line application that captures audio from the […]

Generate an HAQM S3 presigned URL with SSE using the AWS SDK for C++

HAQM Simple Storage Service (HAQM S3) presigned URLs give you or your customers an option to access an HAQM S3 object identified in the URL, without having AWS credentials and permissions. With server-side encryption (SSE) specified, HAQM S3 will encrypt the data when the object is written to disks, and decrypt the data when the […]