Skip to content

Commit 532d195

Browse files
committed
Fix README
1 parent dce7419 commit 532d195

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

archetypes/archetype-lambda/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
#[[##]]# Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

archetypes/archetype-lambda/src/test/resources/projects/apachehttpclient/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
## Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

archetypes/archetype-lambda/src/test/resources/projects/crtclient/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
## Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

archetypes/archetype-lambda/src/test/resources/projects/dynamodbstreamsclient/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
## Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

archetypes/archetype-lambda/src/test/resources/projects/nettyclient/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
## Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

archetypes/archetype-lambda/src/test/resources/projects/urlhttpclient/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains an AWS Lambda maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies.
44

55
## Prerequisites
6-
- Java 25+
6+
- Java 8+ (Java version can be configured in pom.xml)
77
- Apache Maven
88
- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
99
- Docker

0 commit comments

Comments
 (0)