AWS bedrock-agentcore documentation change
Summary
Updated typographical characters (straight apostrophes to curly apostrophes) and minor spacing in three sentences within the authentication and setup instructions.
Security assessment
The changes are purely cosmetic, involving punctuation and whitespace. The authentication instructions and links remain unchanged. There is no indication of a security fix, patch, or new security documentation being added.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-setup-tools-credentials.md b/bedrock-agentcore/latest/devguide/gateway-setup-tools-credentials.md index a890c4631..9308f7d92 100644 --- a//bedrock-agentcore/latest/devguide/gateway-setup-tools-credentials.md +++ b//bedrock-agentcore/latest/devguide/gateway-setup-tools-credentials.md @@ -57 +57 @@ AWS SDKs let you make API requests to AWS services through a programming languag - * **Authentication** – To learn about configuring SDKs and authentication, refer to the links in the **This guide's relevant sections for you are:** column. + * **Authentication** – To learn about configuring SDKs and authentication, refer to the links in the **This guide’s relevant sections for you are:** column. @@ -101 +101 @@ To make an HTTP request to an AgentCore gateway, you make a POST request to a ga -To interact with an AgentCore gateway using an MCP client, you need to install the MCP client by following the **Setting up your environment** and **Setting up your API key** steps at [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) after choosing your programming language of choice. By following the steps, you'll also retrieve an Anthropic API key for authentication. +To interact with an AgentCore gateway using an MCP client, you need to install the MCP client by following the **Setting up your environment** and **Setting up your API key** steps at [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) after choosing your programming language of choice. By following the steps, you’ll also retrieve an Anthropic API key for authentication. @@ -105 +105 @@ To interact with an AgentCore gateway using the Strands Agents SDK, you need to -To interact with an AgentCore gateway using a Langgraph agent, you need to install Langgraph by navigating to [LangGraph](https://www.langchain.com/langgraph), selecting **Docs** , and choosing the **LangGraph** page that corresponds to your programming language of choice. By following these steps, you'll also receive an API key to help set up your credentials. +To interact with an AgentCore gateway using a Langgraph agent, you need to install Langgraph by navigating to [LangGraph](https://www.langchain.com/langgraph) , selecting **Docs** , and choosing the **LangGraph** page that corresponds to your programming language of choice. By following these steps, you’ll also receive an API key to help set up your credentials.