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:
request.uri = request.uri.replace(/^\/[^\/]+\//,'/'); // modify the URI
return callback(null, request); // return control to CloudFront
};
Handler: index.handler
Role: !GetAtt LambdaRole.Arn
Runtime: node8.10
Handler: index.handler
Role: !GetAtt LambdaRole.Arn
Runtime: node8.10
DNS:
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