mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
|
# AWS Region
|
||
|
AWS_REGION=us-west-2
|
||
|
|
||
|
# Agent Runtime ARN - Replace with your actual Agent ARN
|
||
|
AGENT_ARN=arn:aws:bedrock-agentcore:us-west-2:123456789012:runtime/your-agent-name
|
||
|
|
||
|
# Cognito Authentication (Optional)
|
||
|
COGNITO_DOMAIN=your-domain.auth.us-west-2.amazoncognito.com
|
||
|
COGNITO_CLIENT_ID=your-client-id
|
||
|
COGNITO_CLIENT_SECRET=your-client-secret
|
||
|
COGNITO_REDIRECT_URI=http://localhost:5001/auth/callback
|
||
|
COGNITO_LOGOUT_URI=http://localhost:5001/logout
|
||
|
COGNITO_USER_POOL_ID=us-west-2_YourPoolId
|