AWS bedrock-agentcore documentation change
Summary
Added structured 'Topics' section with bullet points, typographical fixes (straight to curly quotes), and removed duplicate topics section at the end.
Security assessment
Changes are organizational and typographical. The document structure is improved but no new security content is added. The existing content discusses authentication infrastructure but these specific changes don't address security vulnerabilities or add security documentation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-getting-started.md b/bedrock-agentcore/latest/devguide/identity-getting-started.md index 8f8f5d4eb..425ad2e28 100644 --- a//bedrock-agentcore/latest/devguide/identity-getting-started.md +++ b//bedrock-agentcore/latest/devguide/identity-getting-started.md @@ -9 +9,16 @@ Primary getting started tutorialOAuth2 integration getting started tutorialCommo -If you're building AI agents that need to access external services like Google Drive, Slack, or GitHub, Amazon Bedrock AgentCore Identity provides the secure authentication infrastructure you need. This section offers two practical getting started tutorials that demonstrate how to implement identity features in your agents. Depending on your specific business needs, you can start with a complete end-to-end agent deployment, or focus on OAuth2 integration patterns with Google Drive to understand the core authentication flows. +If you’re building AI agents that need to access external services like Google Drive, Slack, or GitHub, Amazon Bedrock AgentCore Identity provides the secure authentication infrastructure you need. This section offers two practical getting started tutorials that demonstrate how to implement identity features in your agents. Depending on your specific business needs, you can start with a complete end-to-end agent deployment, or focus on OAuth2 integration patterns with Google Drive to understand the core authentication flows. + +###### Topics + + * Primary getting started tutorial + + * OAuth2 integration getting started tutorial + + * Common prerequisites + + * [Build your first authenticated agent](./identity-getting-started-cognito.html) + + * [Integrate with Google Drive using OAuth2](./identity-getting-started-google.html) + + + @@ -20 +35 @@ Start here for a complete end-to-end walkthrough of AgentCore Identity features: -**What you'll build:** A complete working agent with authentication, deployed to AgentCore Runtime +**What you’ll build:** A complete working agent with authentication, deployed to AgentCore Runtime @@ -22 +37 @@ Start here for a complete end-to-end walkthrough of AgentCore Identity features: -**What you'll learn:** Create Cognito user pools, configure credential providers, deploy agents, set up IAM policies, and test authentication flows +**What you’ll learn:** Create Cognito user pools, configure credential providers, deploy agents, set up IAM policies, and test authentication flows @@ -35 +50 @@ After completing the primary tutorial, explore OAuth2 patterns with external ser -**What you'll learn:** Set up OAuth2 credential providers, obtain access tokens, and integrate with Google services +**What you’ll learn:** Set up OAuth2 credential providers, obtain access tokens, and integrate with Google services @@ -54,9 +68,0 @@ Each tutorial includes specific setup instructions and additional prerequisites -###### Topics - - * [Build your first authenticated agent](./identity-getting-started-cognito.html) - - * [Integrate with Google Drive using OAuth2](./identity-getting-started-google.html) - - - -