Skip to content

Commit

Permalink
Merge pull request #42 from aws-samples/java21
Browse files Browse the repository at this point in the history
improv : Update the runtime env to Java 21
  • Loading branch information
sliedig committed May 16, 2024
2 parents 717ac86 + e4d3572 commit 6a7d9bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unicorn_contracts/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Globals:
Api:
OpenApiVersion: 3.0.1
Function:
Runtime: java17
Runtime: java21
MemorySize: 512
Timeout: 10
Tracing: Active
Expand Down
2 changes: 1 addition & 1 deletion unicorn_properties/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Conditions:

Globals:
Function:
Runtime: java17
Runtime: java21
MemorySize: 512
Timeout: 15
Tracing: Active
Expand Down
2 changes: 1 addition & 1 deletion unicorn_web/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Globals:
Api:
OpenApiVersion: 3.0.1
Function:
Runtime: java17
Runtime: java21
MemorySize: 512
Timeout: 15
Tracing: Active
Expand Down

0 comments on commit 6a7d9bc

Please sign in to comment.