Skip to content

Commit 49f96ef

Browse files
committed
Bump python to 3.11
1 parent 6ae47db commit 49f96ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ service: aws-python3 # NOTE: update this with your service name
88

99
provider:
1010
name: aws
11-
runtime: python3.8
11+
runtime: python3.11
1212

1313
# you can overwrite defaults here
1414
# stage: dev

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resources:
99
Properties:
1010
FunctionName: http-check
1111
Handler: handler.http_check
12-
Runtime: python3.8
12+
Runtime: python3.11
1313
Timeout: 300
1414
Policies:
1515
- Version: "2012-10-17"

0 commit comments

Comments
 (0)