Skip to content

Commit f335d86

Browse files
Update Lambda runtime to Python 3.11 after Python 3.9 EOL (#138)
1 parent 9a888f4 commit f335d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ frameworkVersion: '3'
22
service: slack-chat-gpt-bot
33
provider:
44
name: aws
5-
runtime: python3.9
5+
runtime: python3.11
66
region: us-east-1
77
iam:
88
role:

0 commit comments

Comments
 (0)