Support all --parameter-overrides file syntaxes already supported by AWS CLI V2
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
### Feature description
AWS CLI V2's `aws cloudformation deploy` supports [multiple JSON syntaxes](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/deploy/index.html#supported-json-syntax) for the `--parameter-overrides` parameter when using a file URL, whereas AWS SAM CLI's `sam deploy` only supports one non-JSON syntax (at least as of `1.37.0`).
Both CLI should support the same syntaxes, so that automation can use the same logic on all stacks.
### Proposal
Support all JSON syntaxes listed on [the AWS CLI documentation page](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/deploy/index.html#supported-json-syntax), and maybe deprecate the current one.
Contributor guide
Assessment
This issue has not been assessed yet.