aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
907 stars 323 forks source link

[Feature Request] Custom lambda function retrieval #576

Open PeterRayner opened 4 weeks ago

PeterRayner commented 4 weeks ago

Describe the solution you'd like

in the bots, i would like to be able to choose an existing lambda function to query Amazon Athena, to query data sources, so i can ask Claude about my data, and I can configure the lambda/bot with the right credentials to return data from RDS or S3 and tell me about it.

Why the solution needed

This is a great addition to any datalake and allows non technical users to get easy information from their datalakes while not having to code. The same could be said with Redshift, but Athena alone for now would be amazing.

Additional context

[Add any other context or screenshots about the feature request here.]

(https://repost.aws/articles/ARDEyn8B0aQLud6ZGK7yyX3Q/generative-ai-with-amazon-bedrock-and-amazon-athena)

Implementation feasibility

Are you willing to collaborate with us to discuss the solution, decide on the approach, and assist with the implementation?

statefb commented 4 weeks ago

Please consider using agent. For SQL generation, also consider to use v1.3.0 (refer examples directory).