Hello :slightly_smiling_face: I'm testing the bedrock gateway and I get this error below Resource '...
f
Hello 🙂 I'm testing the bedrock gateway and I get this error below Resource 'financeGateway' has a problem: Invalid Block. Block authorizer_configuration must have a configuration value as the provider has marked it as required. Examine values at 'financeGateway.authorizerConfiguration'.
Copy code
const 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 ?
c
Hi Alexandre - check this out https://github.com/hashicorp/terraform-provider-aws/issues/44804 May need to wait for the aws provider to update with the latest patch
👍 1
f
ah yes that is my issue 🙂
🙌 1