Skip to content

Commit 425a4a8

Browse files
committed
Updated README.md
1 parent a38de40 commit 425a4a8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

awsec2instances-capi/README.md

+4
Original file line numberDiff line numberDiff 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:

awsec2instances-rapi/README.md

+4
Original file line numberDiff line numberDiff 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:

awslambdacreate-capi/README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)