Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Use Python 3.8 for lambda runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanerk committed Jun 20, 2020
1 parent 56fb3b7 commit 65e2d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"django_settings": "lifesaving_rankings.settings.production",
"profile_name": null,
"project_name": "lifesavingranki",
"runtime": "python3.6",
"runtime": "python3.8",
"s3_bucket": "rankings-production",
"certificate_arn": "arn:aws:acm:eu-central-1:815574608842:certificate/c463a0e9-8745-4c7c-b1ca-f623a54f1487",
"domain": "www.lifesavingrankings.com",
Expand All @@ -17,7 +17,7 @@
"django_settings": "lifesaving_rankings.settings.production",
"profile_name": null,
"project_name": "rankings",
"runtime": "python3.6",
"runtime": "python3.8",
"s3_bucket": "rankings-staging",
"cloudwatch_log_level": "OFF",
"log_level": "CRITICAL",
Expand Down

0 comments on commit 65e2d47

Please sign in to comment.