Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 01-tutorials/07-AgentCore-E2E/lab-04-agentcore-runtime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,19 @@
"client requests to the agent runtime code."
]
},
{
"cell_type": "markdown",
"id": "d2bd3f07",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-info\">\n",
"ℹ️ When running this lab within an AWS provided workshop account, the following message is expected and can be disregarded:<br/><br/>\n",
" <div class=\"alert alert-block alert-warning\">\n",
" ⚠️ [WARNING] Platform mismatch: Current system is 'linux/amd64' but Bedrock AgentCore requires 'linux/arm64'.\n",
" </div>\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Information</title>
</head>
<body>
<h1>Information Display</h1>
<p>This is where your information content goes.</p>
</body>
</html>