Skip to content

Commit 9458f54

Browse files
Update serverless.yml
changes python version from 3.9 to 3.12 in the serverless.yml
1 parent d5c9acc commit 9458f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sentiment-analyzer
22

33
provider:
44
name: aws
5-
runtime: python3.9
5+
runtime: python3.12
66
region: ap-south-1
77

88
functions:

0 commit comments

Comments
 (0)