Skip to content

Commit

Permalink
AWS Lambda bump to Java21
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 6, 2025
1 parent ebbf1a1 commit 2fd2a73
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 2fd2a73

Please sign in to comment.