AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-07-19 · Documentation low

File: bedrock-agentcore/latest/devguide/code-interpreter-file-operations.md

Summary

Updated file reference format and added zip package location for sample files

Security assessment

Change only affects documentation of sample file locations without introducing or modifying security-related content.

Diff

diff --git a/bedrock-agentcore/latest/devguide/code-interpreter-file-operations.md b/bedrock-agentcore/latest/devguide/code-interpreter-file-operations.md
index 681194b38..97fcb3f98 100644
--- a//bedrock-agentcore/latest/devguide/code-interpreter-file-operations.md
+++ b//bedrock-agentcore/latest/devguide/code-interpreter-file-operations.md
@@ -20 +20 @@ Run the following command to install the required package:
-The following Python code shows how to upload files to the Code Interpreter session and execute code that processes those files. The files that are required are [data.csv](samples/data.csv) and [stats.py](samples/stats.py)
+The following Python code shows how to upload files to the Code Interpreter session and execute code that processes those files. The files that are required are `data.csv` and `stats.py` that are available [in this package](samples/read_write_files.zip).