AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-08-16 · Documentation low

File: bedrock-agentcore/latest/devguide/create-gateway.md

Summary

Simplified gateway description, focusing on authentication and endpoint invocation instead of request transformation/routing

Security assessment

Conceptual clarification about gateway capabilities without introducing new security content or addressing vulnerabilities

Diff

diff --git a/bedrock-agentcore/latest/devguide/create-gateway.md b/bedrock-agentcore/latest/devguide/create-gateway.md
index 7ace05ba7..4240b099a 100644
--- a//bedrock-agentcore/latest/devguide/create-gateway.md
+++ b//bedrock-agentcore/latest/devguide/create-gateway.md
@@ -9 +9 @@ Amazon Bedrock AgentCore is in preview release and is subject to change.
-This guide walks you through the process of creating and configuring an Amazon Bedrock AgentCore Gateway. The Gateway serves as a unified entry point for agents to access tools and resources through the Model Context Protocol (MCP) and creating it is the first step in building your tool integration platform. When you create a gateway, you establish a managed service that handles authentication, request transformation, and routing capabilities across your infrastructure.
+This guide walks you through the process of creating and configuring an Amazon Bedrock AgentCore Gateway. The Gateway serves as a unified entry point for agents to access tools and resources through the Model Context Protocol (MCP) and creating it is the first step in building your tool integration platform. When you create a gateway, you create a managed service that handles authentication and invokes callable endpoints as tools.
@@ -11 +11 @@ This guide walks you through the process of creating and configuring an Amazon B
-With a gateway, you configure targets that define how the gateway routes incoming requests to specific tools. Targets establish the connection between your gateway and various tool types: Lambda functions and REST API services. Each target contains configuration details that specify the tool location, authentication requirements, and any necessary request transformation rules. But before we setup these targets we need to actually create the gateway and to do that we first need to have our inbound auth setup.
+To create a gateway, you set up inbound auth and configure invocable targets. Targets establish the connection between your gateway and various tool types, including Lambda functions and REST API services. Each target contains configuration details that specify the tool location, authentication requirements, and any necessary request transformation rules.