few-forest-3943
10/30/2025, 8:10 PMconst gateway = new aws.bedrock.AgentcoreGateway("myGateway", {
name: "mu-gateway",
roleArn: gatewayRole.arn,
authorizerType: "AWS_IAM",
protocolType: "MCP",
protocolConfiguration: {
mcp: {
instructions:
"This gateway provides access to my tools operation",
searchType: "SEMANTIC",
supportedVersions: ["2024-11-05"],
},
},
})
If I understand this block should be used only if custom authorizer with JWT is used ?curved-jordan-5346
10/31/2025, 3:57 AMfew-forest-3943
10/31/2025, 4:38 AM