Validating CloudFormation template using awscli
aws cloudformation validate-template --template-body file://C:/path/file.yaml
returns
failed to satisfy constraint: Member must have length less than or equal to 51200
Is there a possible easy fix?