Skip to content

Commit 9b4b1e2

Browse files
author
Daniel Lorch
committed
Revert "chore: setup and check AWS access via profile"
This reverts commit 26e1caf.
1 parent bb422df commit 9b4b1e2

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

notebooks/misc/test_few_shot_extraction.ipynb

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,6 @@
99
"This notebook tests the new `{FEW_SHOT_EXAMPLES}` placeholder functionality in the Extraction service."
1010
]
1111
},
12-
{
13-
"cell_type": "markdown",
14-
"metadata": {},
15-
"source": [
16-
"## Setup AWS Access and Python Imports"
17-
]
18-
},
19-
{
20-
"cell_type": "code",
21-
"execution_count": null,
22-
"metadata": {},
23-
"outputs": []
24-
"source": [
25-
"%reload_ext autoreload\n",
26-
"%autoreload 2\n",
27-
"\n",
28-
"import boto3\n",
29-
"import os\n",
30-
"\n",
31-
"os.environ['AWS_PROFILE'] = 'default' # change to desired AWS profile\n",
32-
"\n",
33-
"sts_client = boto3.client('sts')\n",
34-
"sts_client.get_caller_identity()['Arn']"
35-
]
36-
},
3712
{
3813
"cell_type": "code",
3914
"execution_count": 6,

0 commit comments

Comments
 (0)