Skip to content

Conversation

@riddhima-7321
Copy link
Contributor

Add AWS GenAI LLM Chatbot Architecture Diagram

This PR adds a comprehensive architecture diagram for an AWS-based GenAI chatbot solution, demonstrating the integration of various AWS services including Bedrock, Lambda, API Gateway, and DynamoDB.
Key Components:

  • Frontend layer with CloudFront and S3
  • Authentication via Cognito
  • Real-time WebSocket and REST API support
  • AI/ML integration with Amazon Bedrock and SageMaker
  • Message processing pipeline with SQS and Step Functions
  • Data persistence with DynamoDB and S3
  • Monitoring and analytics capabilities

File Added:
-genai_chatbot_diagram.py - Generates the complete architecture diagram

Reference Architecture:
Based on the AWS GenAI LLM Chatbot reference architecture: https://aws-samples.github.io/aws-genai-llm-chatbot/about/architecture.html

Resolves: #8

@anushas-dev anushas-dev merged commit 47c7714 into anushas-dev:main Oct 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Chatbot Architecture Diagram

2 participants