We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9d5c5 commit 8e941feCopy full SHA for 8e941fe
1 file changed
templates/template.yaml
@@ -19,10 +19,13 @@ Resources:
19
Metadata:
20
BuildMethod: makefile
21
22
+ #
23
+ # Lambda execution role
24
25
LambdaEdgeRole:
26
Type: AWS::IAM::Role
27
Properties:
- RoleName: !Sub ${AWS::StackName}-{{appName}}
28
+ RoleName: !Sub '${AWS::StackName}-{{appName}}'
29
AssumeRolePolicyDocument:
30
Version: 2012-10-17
31
Statement:
@@ -35,6 +38,9 @@ Resources:
35
38
ManagedPolicyArns:
36
39
- arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
37
40
41
42
+ # CloudFront configuration
43
44
CloudFrontConfig:
45
Type: AWS::CloudFront::Distribution
46
0 commit comments