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

feil indentering i lambda-ressursen

parent 2961a518
No related branches found
No related tags found
No related merge requests found
...@@ -66,9 +66,9 @@ Resources: ...@@ -66,9 +66,9 @@ Resources:
request.uri = request.uri.replace(/^\/[^\/]+\//,'/'); // modify the URI request.uri = request.uri.replace(/^\/[^\/]+\//,'/'); // modify the URI
return callback(null, request); // return control to CloudFront return callback(null, request); // return control to CloudFront
}; };
Handler: index.handler Handler: index.handler
Role: !GetAtt LambdaRole.Arn Role: !GetAtt LambdaRole.Arn
Runtime: node8.10 Runtime: node8.10
DNS: DNS:
Type: "AWS::Route53::RecordSet" Type: "AWS::Route53::RecordSet"
......
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