Skip to content

Commit a32ff4b

Browse files
authored
Merge pull request #4548 from communitybridge/feat/fix-deployment
Fix Dev Deployment
2 parents 4ce98fb + 4e297e2 commit a32ff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ custom:
101101

102102
provider:
103103
name: aws
104-
runtime: python3.7
104+
runtime: python3.8
105105
stage: ${env:STAGE}
106106
region: us-east-1
107107
timeout: 60 # optional, in seconds, default is 6

0 commit comments

Comments
 (0)