summaryrefslogtreecommitdiff
path: root/stacks/blog.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/blog.tpl')
-rw-r--r--stacks/blog.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/stacks/blog.tpl b/stacks/blog.tpl
index d422935..6ab65d1 100644
--- a/stacks/blog.tpl
+++ b/stacks/blog.tpl
@@ -226,7 +226,8 @@
"URIRewriteLambdaVersion": {
"Type": "AWS::Lambda::Version",
"Properties": {
- "FunctionName": {"Ref": "URIRewriteLambdaFunction"},
+ "FunctionName": {"Fn::GetAtt": [
+ "URIRewriteLambdaFunction", "Arn"]},
"Description": "Lambda Function performing URI rewriting"
}
}