File tree Expand file tree Collapse file tree 15 files changed +29
-27
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spark-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 15 files changed +29
-27
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments