Using AWS Credentials Directly in Amazon Bedrock Custom Tool #1706
Replies: 1 comment
-
Hi! 👋 We are using other channels as our official means of communication with users. We apologize for the delayed response. Thank you for your understanding. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm currently working on integrating AWS credentials directly into Amazon Bedrock, a custom tool we're utilizing in our project. I've been facing an issue where attempting to use AWS credentials directly in the Amazon Bedrock tool without creating an environment variable leads to an error. Here's the specific context:
File Structure:
https://github.com/langflow-ai/langflow/blob/dev/src/backend/base/langflow/components/model_specs/AmazonBedrockSpecs.py
This file contains the specifications for our Amazon Bedrock model.
https://github.com/langflow-ai/langflow/blob/dev/src/backend/base/langflow/components/models/AmazonBedrockModel.py
This file is where I'm encountering the error. The error message reads:
The main issue I'm facing is integrating AWS credentials directly into Amazon Bedrock without relying on environment variables.
I would greatly appreciate any insights, suggestions, or guidance from the community on how to resolve this issue and effectively integrate AWS credentials into Amazon Bedrock. Additionally, if anyone has encountered a similar challenge or has experience with custom tools and AWS integration, your expertise would be invaluable.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions