generative-ai-amazon-bedrock-langchain-agent-example
Basic Information
This repository provides a hands-on example and launchpad for developers to build generative conversational agents using Amazon Bedrock together with LangChain and AWS services. It demonstrates a domain-focused financial services agent that can retrieve personalized account information, assist with loan applications, and answer natural language questions while citing sources. The sample ties together an AWS Amplify web frontend with an Amazon Lex chatbot for NLU, Lambda functions for orchestration, DynamoDB for customer data and conversation memory, Amazon Kendra for retrieval-augmented knowledge, and a foundation model hosted on Amazon Bedrock. The README includes architecture diagrams, sample prompts, a demo recording, and links to deployment, testing, and cleanup guides to help teams reproduce and adapt the pattern for other conversational agent use cases.