Skip to content

Commit

Permalink
update runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dasniko committed Aug 28, 2023
1 parent f55d462 commit 6ae6f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions serverless-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: ${self:custom.tenant}-registration

provider:
name: aws
runtime: java11
runtime: java17
stage: prod
region: eu-central-1
endpointType: REGIONAL
Expand Down Expand Up @@ -83,7 +83,7 @@ functions:
artifact: target/function.zip
basicAuthorizer:
handler: src/main/js/basicAuthorizr.handler
runtime: nodejs16.x
runtime: nodejs18.x
memorySize: 128
timeout: 3
environment:
Expand Down
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: ${self:custom.tenant}-registration

provider:
name: aws
runtime: provided
runtime: provided.al2
stage: prod
region: eu-central-1
endpointType: REGIONAL
Expand Down Expand Up @@ -92,7 +92,7 @@ functions:
artifact: target/function.zip
basicAuthorizer:
handler: src/main/js/basicAuthorizr.handler
runtime: nodejs16.x
runtime: nodejs18.x
memorySize: 128
timeout: 3
environment:
Expand Down

0 comments on commit 6ae6f87

Please sign in to comment.