Skip to content

Commit c261e0a

Browse files
Merged in descriptions to the template.
1 parent 22a1c16 commit c261e0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/cloudfront-site.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Resources:
5454
DeletionPolicy: Retain
5555
Type: AWS::Serverless::Function
5656
Properties:
57+
Description: The custom headers lambda function.
5758
Handler: index.handler
5859
Role: !GetAtt LambdaEdgeFunctionRole.Arn
5960
CodeUri: ../s-headers.zip

templates/custom-resource.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Resources:
6262
Type: AWS::Serverless::Function
6363
Properties:
6464
CodeUri: s3://binxio-public-us-east-1/lambdas/cfn-certificate-provider-0.2.4.zip
65-
Description: CFN Certificate Domain Resource Record Provider
65+
Description: CFN Certificate Domain Resource Record Provider (v1)
6666
MemorySize: 128
6767
Handler: provider.handler
6868
Timeout: 300

0 commit comments

Comments
 (0)