Skip to content

Commit

Permalink
Merge pull request #8 from miztch:python3.11
Browse files Browse the repository at this point in the history
chore: bump Python to 3.11
  • Loading branch information
miztch committed Oct 14, 2023
2 parents 3744e50 + 223b079 commit c75ea80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@ Resources:
LayerName: sasha-requests
ContentUri: layer/requests/
CompatibleRuntimes:
- python3.9
- python3.11
Metadata:
BuildMethod: python3.9
BuildMethod: python3.11

SelectolaxLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: sasha-selectolax
ContentUri: layer/selectolax/
CompatibleRuntimes:
- python3.9
- python3.11
Metadata:
BuildMethod: python3.9
BuildMethod: python3.11

PythonDateutilLayer:
Type: AWS::Serverless::LayerVersion
Properties:
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
Properties:
CodeUri: functions/sasha/
Description: "scrape vlr.gg upcoming matches"
Handler: index.lambda_handler
Runtime: python3.9
Runtime: python3.11
Architectures:
- x86_64
MemorySize: 128
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c75ea80

Please sign in to comment.