AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

File: bedrock-agentcore/latest/devguide/runtime-long-run.md

Summary

Restructured content with added section headers and list renumbering for asynchronous task management documentation

Security assessment

Changes are organizational: adding an 'Example' header, restructuring bullet points into numbered lists, and typographical fixes. The technical content about async task management, ping handlers, and health monitoring remains substantively unchanged. No security vulnerabilities or security features are addressed.

Diff

diff --git a/bedrock-agentcore/latest/devguide/runtime-long-run.md b/bedrock-agentcore/latest/devguide/runtime-long-run.md
index e74ee43e5..fcccc0f8f 100644
--- a//bedrock-agentcore/latest/devguide/runtime-long-run.md
+++ b//bedrock-agentcore/latest/devguide/runtime-long-run.md
@@ -13 +13 @@ Amazon Bedrock AgentCore Runtime can handle asynchronous processing and long run
-  * Immediately respond to the user saying "I've started working on this"
+  * Immediately respond to the user saying "I’ve started working on this"
@@ -41 +41 @@ AgentCore SDK provides following options for integration asynchronous processing
-API based task management
+###### Example
@@ -42,0 +43 @@ API based task management
+API based task management
@@ -44 +44,0 @@ API based task management
-To build interactive agents that perform asynchronous tasks, you need to call `add_async_task` when starting a task and `complete_async_task` when the task completes. The SDK handles task tracking and manages Ping status automatically.
@@ -45,0 +46 @@ To build interactive agents that perform asynchronous tasks, you need to call `a
+  1. To build interactive agents that perform asynchronous tasks, you need to call `add_async_task` when starting a task and `complete_async_task` when the task completes. The SDK handles task tracking and manages Ping status automatically.
@@ -55 +55,0 @@ To build interactive agents that perform asynchronous tasks, you need to call `a
-Custom ping handler
@@ -58 +57,0 @@ Custom ping handler
-You can implement your own custom ping handler to manage the Runtime Session's state. Your agent's health is reported through the /ping endpoint:
@@ -59,0 +59,4 @@ You can implement your own custom ping handler to manage the Runtime Session's s
+Custom ping handler
+    
+
+  1. You can implement your own custom ping handler to manage the Runtime Session’s state. Your agent’s health is reported through the /ping endpoint:
@@ -130 +133 @@ This example demonstrates:
-  * Tracking the task's status with `add_async_task` and `complete_async_task`
+  * Tracking the task’s status with `add_async_task` and `complete_async_task`
@@ -134 +137 @@ This example demonstrates:
-  * Managing the agent's health status automatically
+  * Managing the agent’s health status automatically