aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
84 stars 27 forks source link

Fix cfn-lint issues #194

Closed JimTharioAmazon closed 3 years ago

JimTharioAmazon commented 3 years ago

E3012 Property Resources/MSAMAppBucketCloudFrontDistribution/Properties/DistributionConfig/ViewerCertificate/CloudFrontDefaultCertificate should be of type Boolean Error: msam-browser-app-release.template:102:25

W3005 Obsolete DependsOn on resource (MSAMAppBucketCloudFrontDistribution), dependency already enforced by a "Ref" at Resources/MSAMWebInvalidator/Properties/DistributionId/Ref Error: msam-browser-app-release.template:245:27

W3005 Obsolete DependsOn on resource (MSAMBrowserAppBucket), dependency already enforced by a "Ref" at Resources/MSAMWebInvalidator/Properties/BucketName/Ref Error: msam-browser-app-release.template:245:66

E3012 Property Resources/APIKey/Properties/Enabled should be of type Boolean Error: msam-core-release.template:3777:9

JimTharioAmazon commented 3 years ago

Fixed. Clean cfn-lint scan now.