Skip to content

Commit 28b7d2b

Browse files
committed
Updated README.md
1 parent a2d0761 commit 28b7d2b

File tree

19 files changed

+28
-21
lines changed

19 files changed

+28
-21
lines changed

awsec2instances/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This folder contains a Java application example that handles EC2 instances on AW
99
* The code was written for:
1010

1111
* Java 8
12-
* Apache Maven (> 3.0)
12+
* Apache Maven 3
1313
* AWS SDK for Java (SDK V1)
1414

1515
## Using the code

awslambdadelete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Delete a Lambda function.
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
1515
* AWS SDK for Java (SDK V1)
1616

1717
## Using the code

awslambdahello/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ It handles a simple AWS Lambda function that shows the content (text) of the cal
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
15-
* AWS Lambda Java Core Library
14+
* Apache Maven 3
15+
* AWS Java Lambda Support Libraries:
16+
* AWS Lambda Java Core Library
1617

1718
## Using the code
1819

awslambdahellojson/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ It handles a simple AWS Lambda function that shows the content (JSON) of the cal
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
15-
* AWS Lambda Java Core Library
14+
* Apache Maven 3
15+
* AWS Java Lambda Support Libraries:
16+
* AWS Lambda Java Core Library
1617

1718
## Using the code
1819

awslambdainvoke/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Invoke a Lambda function.
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
1515
* AWS SDK for Java (SDK V1)
1616

1717
## Using the code

awslambdalist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ List information of a Lambda function.
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
1515
* AWS SDK for Java (SDK V1)
1616

1717
## Using the code

awslambdalistall/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ List all Lambda functions and their information.
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
1515
* AWS SDK for Java (SDK V1)
1616

1717
## Using the code

awslambdas3copy/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ It handles an AWS Lambda function that copies an object when it appears in a S3
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
15+
* AWS Java Lambda Support Libraries:
16+
* AWS Lambda Java Core Library
17+
* AWS Lambda Java Events Library
1518
* AWS SDK for Java (SDK V1)
1619

1720
## Using the code

awslambdas3event/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ It handles an AWS Lambda function that sends information to the log about an obj
1515
* AWS Java Lambda Support Libraries:
1616
* AWS Lambda Java Core Library
1717
* AWS Lambda Java Events Library
18-
* AWS SDK for Java (SDK V1)
1918

2019
## Using the code
2120

awslambdas3move/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ It handles an AWS Lambda function that moves an object when it appears in a S3 b
1111
* The code was written for:
1212

1313
* Java 8
14-
* Apache Maven (> 3.0)
14+
* Apache Maven 3
15+
* AWS Java Lambda Support Libraries:
16+
* AWS Lambda Java Core Library
17+
* AWS Lambda Java Events Library
1518
* AWS SDK for Java (SDK V1)
1619

1720
## Using the code

0 commit comments

Comments
 (0)