mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
19 lines
657 B
Plaintext
19 lines
657 B
Plaintext
# Cognito Configuration for Token Generation
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Full Cognito domain URL (without trailing slash)
|
|
COGNITO_DOMAIN=https://yourdomain.auth.us-west-2.amazoncognito.com
|
|
|
|
# Cognito App Client credentials
|
|
COGNITO_CLIENT_ID=your-client-id-here
|
|
COGNITO_CLIENT_SECRET=your-client-secret-here
|
|
COGNITO_USER_POOL_ID=your-user-pool-id-here
|
|
|
|
# ===========================================
|
|
# Anthropic API Credentials (for Anthropic models)
|
|
# ===========================================
|
|
|
|
ANTHROPIC_API_KEY=your-anthropic-api-key-here
|
|
|
|
# Backend API Key for credential provider
|
|
BACKEND_API_KEY=your-backend-api-key-here |