Sergio Amaral

Results 5 comments of Sergio Amaral

Directly, indeed it doesn't! Although there are workarounds to make it work through pre-processing. Such as described here at https://github.com/aws/serverless-application-model/issues/228, through `aws cloudformation package` or even just through simple parse...

You need RazorGenerator.Mvc which changes your view engine in order to used the pre-compiled views.

Thanks for investigating. I've investigated the issue further on my setup and have been able to narrow down to some interaction with `kddejong.vscode-cfn-lint`. Will bring to maintainers awareness. Is there...

Something as simple as this is enough. ``` yaml AWSTemplateFormatVersion: '2010-09-09' Resources: ServiceCluster: Type: AWS::ECS::Cluster Properties: ClusterName: ClusterName Tags: &tags - Key: Application Value: AppName - Key: ApplicationRole Value: FrontEnd...

Thanks. Already opened issue with then about the issue. https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/issues/158