Skip to content

Commit 0b92c8e

Browse files
committed
move samples/ archetypes to java11 runtime
1 parent 8962d53 commit 0b92c8e

File tree

15 files changed

+29
-27
lines changed

15 files changed

+29
-27
lines changed

aws-serverless-jersey-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the project root folder - where the `template.yml` file is located - start
5656
$ sam local start-api
5757

5858
...
59-
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java8) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
59+
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java11) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
6060
...
6161
```
6262

aws-serverless-jersey-archetype/src/main/resources/archetype-resources/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: AWS::Serverless::Function
3333
Properties:
3434
Handler: ${groupId}.StreamLambdaHandler::handleRequest
35-
Runtime: java8
35+
Runtime: java11
3636
CodeUri: .
3737
MemorySize: 512
3838
Policies: AWSLambdaBasicExecutionRole

aws-serverless-spark-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the project root folder - where the `template.yml` file is located - start
5656
$ sam local start-api
5757

5858
...
59-
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java8) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
59+
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java11) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
6060
...
6161
```
6262

aws-serverless-spark-archetype/src/main/resources/archetype-resources/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: AWS::Serverless::Function
3333
Properties:
3434
Handler: ${groupId}.StreamLambdaHandler::handleRequest
35-
Runtime: java8
35+
Runtime: java11
3636
CodeUri: .
3737
MemorySize: 512
3838
Policies: AWSLambdaBasicExecutionRole

aws-serverless-spring-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the project root folder - where the `template.yml` file is located - start
5656
$ sam local start-api
5757

5858
...
59-
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java8) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
59+
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java11) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
6060
...
6161
```
6262

aws-serverless-spring-archetype/src/main/resources/archetype-resources/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: AWS::Serverless::Function
3333
Properties:
3434
Handler: ${groupId}.StreamLambdaHandler::handleRequest
35-
Runtime: java8
35+
Runtime: java11
3636
CodeUri: .
3737
MemorySize: 512
3838
Policies: AWSLambdaBasicExecutionRole

aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the project root folder - where the `template.yml` file is located - start
5656
$ sam local start-api
5757

5858
...
59-
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java8) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
59+
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java11) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
6060
...
6161
```
6262

aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: AWS::Serverless::Function
3333
Properties:
3434
Handler: ${groupId}.StreamLambdaHandler::handleRequest
35-
Runtime: java8
35+
Runtime: java11
3636
CodeUri: .
3737
MemorySize: 512
3838
Policies: AWSLambdaBasicExecutionRole

aws-serverless-struts2-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the project root folder - where the `template.yml` file is located - start
5656
$ sam local start-api
5757

5858
...
59-
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java8) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
59+
Mounting ${groupId}.StreamLambdaHandler::handleRequest (java11) at http://127.0.0.1:3000/{proxy+} [OPTIONS GET HEAD POST PUT DELETE PATCH]
6060
...
6161
```
6262

aws-serverless-struts2-archetype/src/main/resources/archetype-resources/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: AWS::Serverless::Function
3333
Properties:
3434
Handler: com.amazonaws.serverless.proxy.struts2.Struts2LambdaHandler::handleRequest
35-
Runtime: java8
35+
Runtime: java11
3636
CodeUri: .
3737
MemorySize: 512
3838
Policies: AWSLambdaBasicExecutionRole

0 commit comments

Comments
 (0)