Serverless Meeting Summarizer with Amazon Bedrock
This article details a serverless meeting summarization system built using Amazon Bedrock and Amazon Transcribe, implemented with Terraform. The system is designed to address the challenge of extracting insights from unstructured meeting audio data, a common problem for organizations facing high manual review costs. The target audience is enterprises that have standardized on Infrastructure as Code (IaC) using Terraform and need an automated solution for meeting analysis. The system leverages a React-based frontend for user interaction and file uploads, secure authentication via Amazon Cognito, and a backend processing pipeline orchestrated by AWS Step Functions. Amazon Transcribe handles speech-to-text conversion, while Amazon Bedrock (specifically Anthropic’s Claude) generates comprehensive, structured summaries. The architecture is fully serverless, event-driven, resilient, secure, and cost-effective, offering global availability and extensibility. The system stores data in Amazon S3 and Amazon DynamoDB for persistence and quick retrieval. Key features include user authentication, audio file uploads, formatted summary viewing (with sections for stakeholders, key points, and action items), search functionality, meeting statistics visualization, and multilingual support (via Amazon Bedrock). The system’s cost is analyzed based on a sample usage scenario, highlighting that Amazon Transcribe and AWS AppSync contribute the most to the overall cost. Potential cost optimization strategies are suggested, such as implementing audio compression and caching strategies. The system’s future development will involve integrating Amazon Sonic for improved transcription accuracy and Amazon Bedrock Flows for enhanced analytics. While the article doesn’t explicitly mention drawbacks, potential limitations might include the cost of using Amazon Bedrock and the dependence on AWS services.
This tutorial demonstrates how ai automation serverless architecture can streamline meeting documentation by leveraging Amazon Bedrock’s powerful language models.
While ChatGPT automation serverless solutions have gained popularity, Amazon Bedrock offers a robust alternative for building scalable meeting summarization systems.

