You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e_tests/setup/integ-test-authentication.yaml
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,43 @@ Resources:
175
175
Principal:
176
176
Service: lambda.amazonaws.com
177
177
178
+
BedrockAgentCoreGatewaysRole:
179
+
Type: AWS::IAM::Role
180
+
Properties:
181
+
RoleName: mcp-lambda-example-agentcore-gateways
182
+
AssumeRolePolicyDocument:
183
+
Statement:
184
+
- Effect: Allow
185
+
Action: sts:AssumeRole
186
+
Principal:
187
+
Service: bedrock-agentcore.amazonaws.com
188
+
189
+
# From https://github.com/aws/bedrock-agentcore-starter-toolkit/blob/main/src/bedrock_agentcore_starter_toolkit/operations/gateway/constants.py#L58-L80
0 commit comments