Skip to content

Commit 916c2d6

Browse files
committed
the latest py ver in aws lambda is 3.7
1 parent d2af118 commit 916c2d6

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
@@ -17,7 +17,7 @@ custom:
1717
# The `provider` block defines where your service will be deployed
1818
provider:
1919
name: aws
20-
runtime: python3.8
20+
runtime: python3.7
2121
stage: staging
2222
memorySize: 1024
2323
timeout: 30

0 commit comments

Comments
 (0)