Skip to content

Conversation

aws-rafams
Copy link

Issue # (if applicable)

Related to aws/aws-cdk-rfcs#785

Reason for this change

Not implemented yet

Description of changes

Added AgentCore Gateway

const myGateway = new Gateway(stack, 'MyGateway', {
  name: 'my-gateway-57',
  protocol: GatewayProtocol.mcp({
    searchType: McpGatewaySearchType.SEMANTIC,
  }),
  inboundAuthorizer: GatewayAuthorizer.cognito({
    userPool: userPool,
    allowedClients: [client],
  }),
  exceptionLevel: GatewayExceptionLevel.DEBUG,
  kmsKey: encryptionKey,
});

Describe any new or updated permissions being added

None

Description of how you validated changes

Integ test for gateway creation

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Oct 8, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team October 8, 2025 15:34
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Oct 8, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to an integration test file and the resulting snapshot.
❌ The title scope of the pull request should omit 'aws-' from the name of modified packages. Use 'bedrock-agentcore-alpha' instead of 'aws-bedrock-agentcore-alpha'.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

@aws-cdk-automation
Copy link
Collaborator

This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state.

1 similar comment
@aws-cdk-automation
Copy link
Collaborator

This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants