Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't specify SSM secure string parameter version when it is not supp…
…lied It is possible to omit the `version` of an SSM SecureString parameter. When omitted, the reference generated by CDK results in a ValidationError when applying the changes. e.g. ``` Error [ValidationError]: Incorrect format is used in the following SSM reference: [{{resolve:ssm-secure:/some/parameter:}}] ```
- Loading branch information