We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae47db commit 49f96efCopy full SHA for 49f96ef
serverless.yml
@@ -8,7 +8,7 @@ service: aws-python3 # NOTE: update this with your service name
8
9
provider:
10
name: aws
11
- runtime: python3.8
+ runtime: python3.11
12
13
# you can overwrite defaults here
14
# stage: dev
template.yaml
@@ -9,7 +9,7 @@ Resources:
Properties:
FunctionName: http-check
Handler: handler.http_check
- Runtime: python3.8
+ Runtime: python3.11
Timeout: 300
Policies:
15
- Version: "2012-10-17"
0 commit comments