docs: add AgentCore Registry integration steering doc - #135
Merged
Conversation
Steering doc describing how to register a deployed agent runtime in an existing AgentCore Registry across both CDK and Terraform stacks, sharing a single registry-record Lambda handler. Covers config surface, the IaC->Lambda contract, descriptor shaping, IAM, and a parity checklist. The reference implementation is preserved on a branch stash; this doc is the source of truth for (re-)implementing the feature.
kaleko
approved these changes
Jul 8, 2026
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.
Summary
Adds
docs/AGENTCORE_REGISTRY.md, a steering doc describing how to register a deployed agent runtime in an existing Amazon Bedrock AgentCore Registry for discovery (A2A / MCP / agent skills / custom descriptor).The doc is the source of truth for (re-)implementing the feature consistently across both IaC stacks. It covers:
null_resourceinvoking the sameindex.py).registry_id, identical in shape across CDKconfig.yamland Terraformtfvars.ResourcePropertiespayload, descriptor shaping per type, and best-effort approval.bedrock-agentcoreregistry actions), a parity checklist, and testing/verification steps.Scope
registry_idis configured, nothing is provisioned.backend-construct.ts), rebased onto currentmain.Test plan