Skip to content
Snippets Groups Projects
Commit e3d48b21 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

glemte "!Sub"

parent 78c1f828
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ Resources:
LambdaFunctionAssociations:
- EventType: viewer-request
IncludeBody: false
LambdaFunctionARN: "arn:aws:lambda:us-east-1:${AWS::AccountId}:function:path_rewrite"
LambdaFunctionARN: !Sub "arn:aws:lambda:us-east-1:${AWS::AccountId}:function:path_rewrite"
ForwardedValues:
QueryString: 'false'
Cookies:
......@@ -144,7 +144,7 @@ Resources:
LambdaFunctionAssociations:
- EventType: viewer-request
IncludeBody: false
LambdaFunctionARN: "arn:aws:lambda:us-east-1:${AWS::AccountId}:function:path_rewrite"
LambdaFunctionARN: !Sub "arn:aws:lambda:us-east-1:${AWS::AccountId}:function:path_rewrite"
ForwardedValues:
QueryString: true
Cookies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment