summaryrefslogtreecommitdiff
path: root/stacks/blog.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/blog.tpl')
-rw-r--r--stacks/blog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stacks/blog.tpl b/stacks/blog.tpl
index 6ab65d1..454540c 100644
--- a/stacks/blog.tpl
+++ b/stacks/blog.tpl
@@ -176,7 +176,7 @@
"Handler": "index.handler",
"MemorySize": 128,
"Role": {"Fn::GetAtt": ["URIRewriteLambdaRole", "Arn"]},
- "Runtime": "nodejs8.10",
+ "Runtime": "python3.7",
"Tags": [
{"Key": "Domain", "Value": {"Ref": "DomainName"}}
]