AWS bedrock-agentcore documentation change
Summary
Updated typography (straight quotes, parentheses spacing), changed subsection headers from markdown H6 to bold text, and corrected a table header by removing 'JSON-RPC Error Codes' prefix.
Security assessment
Changes are documentation formatting and minor text corrections. No evidence of addressing security vulnerabilities or adding security documentation. The error code table header fix is for consistency and does not introduce or modify security information.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-a2a.md b/bedrock-agentcore/latest/devguide/runtime-a2a.md index cad10b2e3..73b930b20 100644 --- a//bedrock-agentcore/latest/devguide/runtime-a2a.md +++ b//bedrock-agentcore/latest/devguide/runtime-a2a.md @@ -43 +43 @@ For more information about A2A, see [A2A protocol contract](./runtime-a2a-protoc -Amazon Bedrock AgentCore's A2A protocol support enables seamless integration with A2A servers by acting as a transparent proxy layer. When configured for A2A, Amazon Bedrock AgentCore expects containers to run stateless, streamable HTTP servers on port `9000` at the root path (`0.0.0.0:9000/`), which aligns with the default A2A server configuration. +Amazon Bedrock AgentCore’s A2A protocol support enables seamless integration with A2A servers by acting as a transparent proxy layer. When configured for A2A, Amazon Bedrock AgentCore expects containers to run stateless, streamable HTTP servers on port `9000` at the root path ( `0.0.0.0:9000/` ), which aligns with the default A2A server configuration. @@ -251 +249 @@ This command will: -After deployment, you'll receive an agent runtime ARN that looks like: +After deployment, you’ll receive an agent runtime ARN that looks like: @@ -258 +256 @@ After deployment, you'll receive an agent runtime ARN that looks like: -Agent Cards are JSON metadata documents that describe an A2A server's identity, capabilities, skills, service endpoint, and authentication requirements. They enable automatic agent discovery in the A2A ecosystem. +Agent Cards are JSON metadata documents that describe an A2A server’s identity, capabilities, skills, service endpoint, and authentication requirements. They enable automatic agent discovery in the A2A ecosystem. @@ -441 +438 @@ See [https://github.com/a2aproject/a2a-inspector](https://github.com/a2aproject/ -###### Common A2A-specific issues +**Common A2A-specific issues** @@ -460 +457 @@ Make sure your request uses the same authentication method (OAuth or SigV4) that -###### Exception handling +**Exception handling** @@ -468 +465 @@ The service now provides proper A2A-compliant error responses with standardized -JSON-RPC Error Codes JSON-RPC Error Code | Runtime Exception | HTTP Error Code | JSON-RPC Error Message +JSON-RPC Error Code | Runtime Exception | HTTP Error Code | JSON-RPC Error Message