Skip to content

Commit 96659ed

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

awslambdadelete-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains a Python application example that handles Lambda functions on AWS (Amazon Web Services).
44

5-
Delete a Lambda function using the Client API (low-level) of Boto 3.
5+
Delete an AWS Lambda function using the Client API (low-level) of Boto 3.
66

77
## Requirements
88

awslambdainvoke-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains a Python application example that handles Lambda functions on AWS (Amazon Web Services).
44

5-
Invoke a Lambda function using the Client API (low-level) of Boto 3.
5+
Invoke an AWS Lambda function using the Client API (low-level) of Boto 3.
66

77
## Requirements
88

awslambdalist-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains a Python application example that handles Lambda functions on AWS (Amazon Web Services).
44

5-
List information of a Lambda function using the Client API (low-level) of Boto 3.
5+
List information of an AWS Lambda function using the Client API (low-level) of Boto 3.
66

77
## Requirements
88

awslambdalistall-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains a Python application example that handles Lambda functions on AWS (Amazon Web Services).
44

5-
List all Lambda functions and their information using the Client API (low-level) of Boto 3.
5+
List all AWS Lambda functions and their information using the Client API (low-level) of Boto 3.
66

77
## Requirements
88

0 commit comments

Comments
 (0)