Skip to content

Commit 0df038a

Browse files
committed
Update Top Picks patterns to Python 3.14
1 parent 775f6df commit 0df038a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apigw-rest-api-lambda-python/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
Properties:
1717
CodeUri: hello_world/
1818
Handler: app.lambda_handler
19-
Runtime: python3.12
19+
Runtime: python3.14
2020
Architectures:
2121
- x86_64
2222
Events:

s3-lambda-resizing-python/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Resources:
2929
Properties:
3030
CodeUri: src/
3131
Handler: app.lambda_handler
32-
Runtime: python3.12
32+
Runtime: python3.14
3333
MemorySize: 2048
3434
Layers:
3535
- !Sub 'arn:aws:lambda:${AWS::Region}:175033217214:layer:graphicsmagick:2'

sns-lambda-python-sam/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resources:
1010
Properties:
1111
CodeUri: src/
1212
Handler: app.lambda_handler
13-
Runtime: python3.13
13+
Runtime: python3.14
1414
Architectures:
1515
- arm64
1616
Events:

sqs-lambda-java-sam/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Resources:
2626
Properties:
2727
CodeUri: ProcessSQSMessageBatchFunction
2828
Handler: ProcessSQSMessageBatch::handleRequest
29-
Runtime: java21 5
29+
Runtime: java25
3030
Timeout: 30
3131
MemorySize: 512
3232
Architectures:

sqs-lambda-python-sam/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Resources:
2222
Properties:
2323
CodeUri: src/
2424
Handler: app.lambda_handler
25-
Runtime: python3.13
25+
Runtime: python3.14
2626
Timeout: 3
2727
MemorySize: 128
2828
Architectures:

0 commit comments

Comments
 (0)