Skip to content

Commit 9655dfc

Browse files
committed
Updated README.md
1 parent f9503a0 commit 9655dfc

File tree

29 files changed

+113
-29
lines changed

29 files changed

+113
-29
lines changed

awsec2instances-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Manage Amazon EC2 Instances using the Client API (low-level) of Boto 3.
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awsec2instances-rapi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Manage Amazon EC2 Instances using the Resource API (high-level) of Boto 3.
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Resource API (high-level) of Boto 3.
1417

awslambdacreate-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
1111
* The code was written for:
1212

1313
* Python 3
14-
* AWS SDK for Python (Boto3).
14+
* AWS SDK for Python (Boto3)
1515

1616
* This example uses Client API (low-level) of Boto 3.
1717

awslambdadelete-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Delete a Lambda function using the Client API (low-level) of Boto 3.
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awslambdainvoke-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Invoke a Lambda function using the Client API (low-level) of Boto 3.
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awslambdalist-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ List information of a Lambda function using the Client API (low-level) of Boto 3
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awslambdalistall-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ List all Lambda functions and their information using the Client API (low-level)
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awslambdas3copy-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ It handles an AWS Lambda function that copies an object when it appears in a S3
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto 3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

awslambdas3copy-rapi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ It handles an AWS Lambda function that copies an object when it appears in a S3
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto 3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Resource API (high-level) of Boto 3.
1417

awslambdas3move-capi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ It handles an AWS Lambda function that moves an object when it appears in a S3 b
88

99
* You must have an [Amazon Web Services (AWS)](http://aws.amazon.com/) account.
1010

11-
* The code was written for Python 3 and AWS SDK for Python (Boto 3).
11+
* The code was written for:
12+
13+
* Python 3
14+
* AWS SDK for Python (Boto3)
1215

1316
* This example uses Client API (low-level) of Boto 3.
1417

0 commit comments

Comments
 (0)