Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore the following errors.. ``` AWS CloudFormation Linter................................................Failed - hook id: cfn-python-lint - exit code: 6 W2031 '' does not match 'arn:(aws[a-zA-Z-]*)?:iam::(\\d{12}|aws):policy/[a-zA-Z_0-9+=,.@\\-_/]+' when 'Ref' is resolved sceptre-example/templates/cdk-bootstrap.yaml:21:5 E1019 {'Fn::Sub': '${FileAssetsBucketName}'} is shorter than 3 when 'Fn::Sub' is resolved sceptre-example/templates/cdk-bootstrap.yaml:178:13 E1019 {'Fn::Sub': '${FileAssetsBucketName}'} does not match '^[a-z0-9][a-z0-9.-]*[a-z0-9]$' when 'Fn::Sub' is resolved sceptre-example/templates/cdk-bootstrap.yaml:178:13 E1019 {'Fn::Sub': '${ContainerAssetsRepositoryName}'} is shorter than 2 when 'Fn::Sub' is resolved sceptre-example/templates/cdk-bootstrap.yaml:230:13 E1019 {'Fn::Sub': '${ContainerAssetsRepositoryName}'} does not match '^(?=.{2,256}$)((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)$' when 'Fn::Sub' is resolved sceptre-example/templates/cdk-bootstrap.yaml:230:13 ```
- Loading branch information