AWS bedrock documentation change
Summary
Updated 'region' to 'Region' in code comments about client configuration
Security assessment
Consistency update for regional references in code samples. No security impact on session handling.
Diff
diff --git a/bedrock/latest/userguide/sessions-opensource-library.md b/bedrock/latest/userguide/sessions-opensource-library.md index dced95441..05f2b5316 100644 --- a/bedrock/latest/userguide/sessions-opensource-library.md +++ b/bedrock/latest/userguide/sessions-opensource-library.md @@ -25 +25 @@ The following code sample shows how to use the BedrockSessionSaver LangGraph lib - * This region for your runtime client and the BedrockSessionSaver must match. + * This Region for your runtime client and the BedrockSessionSaver must match. @@ -135 +135 @@ The following code sample shows how to use the BedrockSessionSaver LangGraph lib - # Initialize Bedrock session saver. The region must match the region used for the agent_run_time_client. + # Initialize Bedrock session saver. The Region must match the Region used for the agent_run_time_client.