You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-tutorials/01-AgentCore-runtime/01-hosting-agent/01-strands-with-bedrock-model/runtime_with_strands_and_bedrock_models.ipynb
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,13 @@
48
48
{
49
49
"cell_type": "markdown",
50
50
"id": "3a676f58ecf52b42",
51
-
"metadata": {},
51
+
"metadata": {
52
+
"editable": true,
53
+
"slideshow": {
54
+
"slide_type": ""
55
+
},
56
+
"tags": []
57
+
},
52
58
"source": [
53
59
"## Prerequisites\n",
54
60
"\n",
@@ -686,7 +692,14 @@
686
692
" )\n",
687
693
" print(f\"✅ Second ECR repository '{launch_result_short.ecr_uri.split('/')[1]}' deleted\")\n",
688
694
" except Exception as e:\n",
689
-
" print(f\"⚠️ Failed to delete second ECR repository: {e}\")"
695
+
" print(f\"⚠️ Failed to delete second ECR repository: {e}\")\n",
696
+
"\n",
697
+
"# --- Delete local file to allow for consequtive executions of the notebook ---\n",
0 commit comments