update all lookups to use the standardized query syntax #1184
Labels
changelog:minor
Minor change resulting in a minor release
feature
Request or pull request for a new feature
priority:medium
Medium priority issue or pull request
Before the release of v2.0.0, Runway introduced a standardized syntax for lookups. The preexisting CFNgin lookups were not updated to comply with the standard. We should update these lookups before the next major release, deprecating the legacy syntax, so we can remove support for the legacy syntax in the next major release. This is intended to provide a more unified experience.
runway.cfngin.lookups.handlers.ami
to use the standardized query syntax #1185runway.cfngin.lookups.handlers.default
to use the standardized query syntax #1186runway.cfngin.lookups.handlers.dynamodb
to use the standardized query syntax #1187runway.cfngin.lookups.handlers.envvar
to use the standardized query syntax #1188runway.cfngin.lookups.handlers.file
to use the standardized query syntax #1189runway.cfngin.lookups.handlers.kms
to use the standardized query syntax #1190runway.cfngin.lookups.handlers.output
to use the standardized query syntax #1191runway.cfngin.lookups.handlers.rxref
to use the standardized query syntax #1192runway.cfngin.lookups.handlers.split
to use the standardized query syntax #1193runway.cfngin.lookups.handlers.xref
to use the standardized query syntax #1194Once complete, create a new issue for removing support for legacy query syntax in v3.0.0 (e.g. #1305).
The text was updated successfully, but these errors were encountered: