AWS bedrock-agentcore documentation change
Summary
Updated typographical quotes (straight to curly), adjusted heading formatting, and made minor text corrections throughout the guide.
Security assessment
Changes are primarily typographical (e.g., 'we'll' to 'we’ll') and formatting adjustments (e.g., changing '######' headings to bold). No security content was added or modified; the note about OAuth integration remains unchanged in substance. There is no evidence of addressing a security vulnerability.
Diff
diff --git a/bedrock-agentcore/latest/devguide/getting-started-custom.md b/bedrock-agentcore/latest/devguide/getting-started-custom.md index 35e384e8e..048d73f87 100644 --- a//bedrock-agentcore/latest/devguide/getting-started-custom.md +++ b//bedrock-agentcore/latest/devguide/getting-started-custom.md @@ -25 +25 @@ You can also use this approach for agents that you build with the AgentCore Pyth -For this example, we'll use the `uv` package manager, though you can use any Python utility or package manager. To install `uv` on macOS: +For this example, we’ll use the `uv` package manager, though you can use any Python utility or package manager. To install `uv` on macOS: @@ -34 +34 @@ For installation instructions on other platforms, refer to the [uv documentation -###### Setting up your project +**Setting up your project** @@ -55 +55 @@ Your custom agent must fulfill these core requirements: - * **`/invocations` Endpoint**: POST endpoint for agent interactions (REQUIRED) + * **/invocations Endpoint** : POST endpoint for agent interactions (REQUIRED) @@ -57 +57 @@ Your custom agent must fulfill these core requirements: - * **`/ping` Endpoint**: GET endpoint for health checks (REQUIRED) + * **/ping Endpoint** : GET endpoint for health checks (REQUIRED) @@ -81 +81 @@ Create `agent.py` in your project root with the following content: -###### Example agent.py +**Example agent.py** @@ -147 +147 @@ This implementation: -###### Testing your agent +**Testing your agent** @@ -172 +172 @@ Create `Dockerfile` in your project root with the following content: -###### Example Dockerfile +**Example Dockerfile** @@ -223 +223 @@ Docker buildx lets you build images for different architectures. Set it up with: -###### Building and testing your image +**Building and testing your image** @@ -243 +243 @@ Docker buildx lets you build images for different architectures. Set it up with: -###### Deploying to ECR +**Deploying to ECR** @@ -268 +268 @@ Create a file named `deploy_agent.py` with the following content: -###### Example deploy_agent.py +**Example deploy_agent.py** @@ -305 +305 @@ Create a file named `invoke_agent.py` with the following content: -###### Example invoke_agent.py +**Example invoke_agent.py** @@ -334 +334 @@ This script uses the [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-ag -If you plan on integrating your agent with OAuth, you can't use the AWS SDK to call `InvokeAgentRuntime`. Instead, make a HTTPS request to InvokeAgentRuntime. For more information, see [Authenticate and authorize with Inbound Auth and Outbound Auth](./runtime-oauth.html). +If you plan on integrating your agent with OAuth, you can’t use the AWS SDK to call `InvokeAgentRuntime` . Instead, make a HTTPS request to InvokeAgentRuntime. For more information, see [Authenticate and authorize with Inbound Auth and Outbound Auth](./runtime-oauth.html). @@ -338 +338 @@ If you plan on integrating your agent with OAuth, you can't use the AWS SDK to c -When you invoke your agent, you'll receive a response like this: +When you invoke your agent, you’ll receive a response like this: @@ -340 +340 @@ When you invoke your agent, you'll receive a response like this: -###### Example Sample response +**Example Sample response** @@ -363 +363 @@ Create a file named `stop_runtime_session.py` with the following content: -###### Example stop_runtime_session.py +**Example stop_runtime_session.py** @@ -395 +394 @@ Create a file named `stop_runtime_session.py` with the following content: -In this guide, you've learned how to: +In this guide, you’ve learned how to: @@ -416 +415 @@ In this guide, you've learned how to: -By following these steps, you can create and deploy custom agents that leverage the power of Amazon Bedrock AgentCore while maintaining full control over your agent's implementation. +By following these steps, you can create and deploy custom agents that leverage the power of Amazon Bedrock AgentCore while maintaining full control over your agent’s implementation.