mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
18 lines
628 B
Plaintext
18 lines
628 B
Plaintext
|
# AWS and endpoint configuration
|
||
|
AWS_REGION=us-west-2
|
||
|
|
||
|
# Lambda configuration (from device-management module)
|
||
|
LAMBDA_ARN=arn:aws:lambda:us-west-2:288947426911:function:DeviceManagementLambda
|
||
|
|
||
|
# Target configuration
|
||
|
GATEWAY_IDENTIFIER=your-gateway-identifier
|
||
|
TARGET_NAME=device-management-target
|
||
|
TARGET_DESCRIPTION=List, Update device management activities
|
||
|
|
||
|
# Gateway creation configuration
|
||
|
COGNITO_USERPOOL_ID=your-cognito-userpool-id
|
||
|
COGNITO_APP_CLIENT_ID=your-cognito-app-client-id
|
||
|
GATEWAY_NAME=Device-Management-Gateway
|
||
|
ROLE_ARN=arn:aws:iam::your-account-id:role/YourGatewayRole
|
||
|
GATEWAY_DESCRIPTION=Device Management Gateway
|