BedrockAgentCoreControl: add Gateway and GatewayTarget support#9775
Draft
JackDanger wants to merge 4 commits intoagentcore-control-initialfrom
Draft
BedrockAgentCoreControl: add Gateway and GatewayTarget support#9775JackDanger wants to merge 4 commits intoagentcore-control-initialfrom
JackDanger wants to merge 4 commits intoagentcore-control-initialfrom
Conversation
89b395d to
464fde5
Compare
a1abba8 to
760f315
Compare
464fde5 to
8bbddf1
Compare
6166d7e to
efbd81e
Compare
8bbddf1 to
5e2008f
Compare
efbd81e to
f478411
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## agentcore-control-initial #9775 +/- ##
=============================================================
- Coverage 93.11% 93.09% -0.02%
=============================================================
Files 1313 1313
Lines 119355 119300 -55
=============================================================
- Hits 111136 111065 -71
- Misses 8219 8235 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
82d3fb2 to
f27830d
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove unused ValidationException - Remove unreachable ValueError fallback in _get_path_param - Add tests for gateway/target optional fields, tags, and endpoint version update Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f27830d to
fb1a27e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 2 of 3: adds Gateway and GatewayTarget support to
bedrock-agentcore-control.Builds on #9774. Gateways and Targets are independent of Agent Runtimes.
Operations (10): CreateGateway, GetGateway, UpdateGateway, DeleteGateway, ListGateways, CreateGatewayTarget, GetGatewayTarget, UpdateGatewayTarget, DeleteGatewayTarget, ListGatewayTargets
Part of a series: