mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
|
# AWS configuration
|
||
|
AWS_REGION=us-west-2
|
||
|
|
||
|
# Lambda configuration
|
||
|
LAMBDA_FUNCTION_NAME=DeviceManagementLambda
|
||
|
LAMBDA_ROLE_NAME=DeviceManagementLambdaRole
|
||
|
|
||
|
# Agent Gateway IAM configuration
|
||
|
AGENT_GATEWAY_POLICY_NAME=AgentGatewayAccess
|
||
|
AGENT_GATEWAY_ROLE_NAME=AgentGatewayAccessRole
|