diff --git a/template.yaml b/template.yaml index a22e01a..44e5461 100644 --- a/template.yaml +++ b/template.yaml @@ -27,9 +27,9 @@ Resources: LayerName: sasha-requests ContentUri: layer/requests/ CompatibleRuntimes: - - python3.9 + - python3.11 Metadata: - BuildMethod: python3.9 + BuildMethod: python3.11 SelectolaxLayer: Type: AWS::Serverless::LayerVersion @@ -37,9 +37,9 @@ Resources: LayerName: sasha-selectolax ContentUri: layer/selectolax/ CompatibleRuntimes: - - python3.9 + - python3.11 Metadata: - BuildMethod: python3.9 + BuildMethod: python3.11 PythonDateutilLayer: Type: AWS::Serverless::LayerVersion @@ -47,9 +47,9 @@ Resources: LayerName: sasha-python-dateutil ContentUri: layer/python-dateutil/ CompatibleRuntimes: - - python3.9 + - python3.11 Metadata: - BuildMethod: python3.9 + BuildMethod: python3.11 SashaFunction: Type: AWS::Serverless::Function @@ -57,7 +57,7 @@ Resources: CodeUri: functions/sasha/ Description: "scrape vlr.gg upcoming matches" Handler: index.lambda_handler - Runtime: python3.9 + Runtime: python3.11 Architectures: - x86_64 MemorySize: 128 @@ -86,7 +86,7 @@ Resources: CodeUri: functions/fanout/ Description: "invoke sasha function via SQS queue publishing" Handler: index.lambda_handler - Runtime: python3.9 + Runtime: python3.11 Architectures: - x86_64 MemorySize: 128