aws-sam-cli
aws-sam-cli copied to clipboard
`tags` in samconfig.toml show error with JSON schema store (samcli.json)
Hi!
I use "Even Better TOML" vscode extension, and my samconfig.toml recieves an error like this:
The AWS documentation says this is the correct way to write it: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-config.html
The schema is set correctly:
Any ideas?
Thanks @mirumirumi. Seems like this field can be a string or array which we need to handle in our schema generation. I will mark this down as a bug and we will prioritize a fix.
Patch is released in v1.119.0. Closing
👍