Skip to content

Commit

Permalink
Merge pull request quarkusio#46658 from melloware/patch-2
Browse files Browse the repository at this point in the history
AWS Lambda bump to Java21
  • Loading branch information
patriot1burke authored Mar 7, 2025
2 parents 9847bba + d1f0e36 commit 13e5b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Type: AWS::Serverless::Function
Properties:
Handler: io.quarkus.amazon.lambda.runtime.QuarkusStreamHandler::handleRequest
Runtime: java17
Runtime: java21
CodeUri: function.zip
MemorySize: 512
Policies: AWSLambdaBasicExecutionRole
Expand Down

0 comments on commit 13e5b57

Please sign in to comment.