AWS bedrock-agentcore documentation change
Summary
Fixed tool name syntax in example (changed underscore count in LinkedIn3LO__gateUserInfo)
Security assessment
Syntax correction in example code without security implications
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-using-auth-ex-3lo.md b/bedrock-agentcore/latest/devguide/gateway-using-auth-ex-3lo.md index 6887e1337..a934e4a0a 100644 --- a//bedrock-agentcore/latest/devguide/gateway-using-auth-ex-3lo.md +++ b//bedrock-agentcore/latest/devguide/gateway-using-auth-ex-3lo.md @@ -30 +30 @@ You can do the following: -For example, the following request would call the `LinkedIn3LO__gateUserInfo` tool through the gateway target, force the user to authenticate with a new authorization URL, and redirect the user to `https://your-public-domain.com/callback` after authentication: +For example, the following request would call the `LinkedIn3LO___gateUserInfo` tool through the gateway target, force the user to authenticate with a new authorization URL, and redirect the user to `https://your-public-domain.com/callback` after authentication: