I created a aws lambda .net core project with the provided templates
I has a json file serverless.template
which is in json. SAM templates can be in yaml now and I prefer that because it is readable and can have comments.
When I change serverless.template to be yaml visual studio can no longer read it. Is this supported and is there a config to fix it?