Kevin DeJong
Kevin DeJong
If we create some JSON schemas we can use those to validate SSM documents. Looks like that was started here but hasn't been updated in a while. https://github.com/aws/amazon-ssm-document-language-service/blob/master/src/schema/ssmDocumentSchema.ts
PR will fix the issue with the not being able to disable completion and clean up the settings to the ones that matter. The other issue that will take a...
Can you tell me what language is being picked for YAML files? Are they being listed as YAML or something else? 
In your Output tab there is a pull down for CloudFormation linter Language Server. Can you provide a redacted version of the log?
@dependabot rebase
Been trying to replicate this but to no success. There was a recent change that prevented us linting on every change to a file (only on save/open).
You are using `v0.66.1` can you upgrade... we just released `v0.86.3` today. My assumption is this has been resolved for a while. ``` (cfn-python-lint-wusv) ➜ cfn-python-lint git:(main) cfn-lint --non-zero-exit-code none...
I was going to merge this in and then adjust from there as we also have the aws-sdk v3 migration pending.
@paulvav can you look at release `v1.2.0` there is a fix in there for handling this. You should now be able to do ```yaml parameter-overrides: >- SubnetIdList="subnet-11111111,subnet-22222222,subnet-333333", VPCId=vpc-abcdefg1234 ``` I'm...
Yea this is a weird scenario. It accepts both as long as the list is just one. #2914 This will be fixed in v1 as we be able to support...