summaryrefslogtreecommitdiff
path: root/stacks/blog.tpl
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-01-14 18:53:39 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-01-14 18:53:39 -0700
commit1bb882edd5c1745d1a1bd4cc12e30fcbd8f81be9 (patch)
tree235c07e9061b23f81e6ea62ab0c2a582a87e3b64 /stacks/blog.tpl
parent6a2fd28da9a3f70ae8c784edc0a521a0fde3c0e7 (diff)
downloadkennyballou.com-1bb882edd5c1745d1a1bd4cc12e30fcbd8f81be9.tar.gz
kennyballou.com-1bb882edd5c1745d1a1bd4cc12e30fcbd8f81be9.tar.xz
uri-rewrite: rewrite function in python
Now that python3.7 is available as a lambda@edge runtime environment, switch to the URI rewrite lambda function. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
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"}}
]