File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 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.
77## Requirements
88
99* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
10+
1011* The code was written for:
12+
1113 * Python 3
1214 * AWS SDK for Python (Boto3)
15+
1316* This example uses Client API (low-level) of Boto 3.
17+
1418* Install the AWS SDK for Python (Boto3).
1519
1620 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.
77## Requirements
88
99* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
10+
1011* The code was written for:
12+
1113 * Python 3
1214 * AWS SDK for Python (Boto3)
15+
1316* This example uses Resource API (high-level) of Boto 3.
17+
1418* Install the AWS SDK for Python (Boto3).
1519
1620 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.
99* You must have an [ Amazon Web Services (AWS)] ( http://aws.amazon.com/ ) account.
1010
1111* The code was written for:
12-
12+
1313 * Python 3
1414 * AWS SDK for Python (Boto3)
1515
You can’t perform that action at this time.
0 commit comments