Skip to content

Commit

Permalink
update support-workers to java21 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
johnduffell committed Mar 13, 2024
1 parent 47d99c1 commit 7fb175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-workers/cloud-formation/src/templates/lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
Code:
S3Bucket: support-workers-dist
S3Key: !Sub support/${Stage}/support-workers/support-workers.jar
Runtime: "java11"
Runtime: "java21"
Timeout: "60"

0 comments on commit 7fb175a

Please sign in to comment.