File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Manage Amazon EC2 Instances using the Client API (low-level) of Boto 3.
7
7
## Requirements
8
8
9
9
* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
10
+
10
11
* The code was written for:
12
+
11
13
* Python 3
12
14
* AWS SDK for Python (Boto3)
15
+
13
16
* This example uses Client API (low-level) of Boto 3.
17
+
14
18
* Install the AWS SDK for Python (Boto3).
15
19
16
20
Install the latest Boto 3 release via pip:
Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Manage Amazon EC2 Instances using the Resource API (high-level) of Boto 3.
7
7
## Requirements
8
8
9
9
* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
10
+
10
11
* The code was written for:
12
+
11
13
* Python 3
12
14
* AWS SDK for Python (Boto3)
15
+
13
16
* This example uses Resource API (high-level) of Boto 3.
17
+
14
18
* Install the AWS SDK for Python (Boto3).
15
19
16
20
Install the latest Boto 3 release via pip:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
9
9
* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
10
10
11
11
* The code was written for:
12
-
12
+
13
13
* Python 3
14
14
* AWS SDK for Python (Boto3)
15
15
You can’t perform that action at this time.
0 commit comments