Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert jmesPath object_alias to objectAlias #176

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

emilford
Copy link
Contributor

The module expects jmesPath objectdefinitions withobject_aliasandpathkeys. To be a valid jmesPath, SecretsManager requires convertingobject_alias` to its CamelCase equivalent.

Prior to this change no conversion was done which resulted in errors if using jmesPaths. To maintain snakecase in the variable definition and keep the documentation accurate, update the module to do the conversion.

The module expects jmesPath object` definitions with `object_alias` and
`path` keys. To be a valid jmesPath, SecretsManager requires converting
`object_alias` to its CamelCase equivalent.

Prior to this change no conversion was done which resulted in errors if
using `jmesPath`s. To maintain snakecase in the variable definition and
keep the documentation accurate, update the module to do the conversion.
@emilford emilford requested a review from jferris as a code owner January 17, 2024 18:33
@emilford emilford merged commit 176d455 into main Jan 23, 2024
4 checks passed
@emilford emilford deleted the em-fix-jmes-path-objectAlias-bug branch January 23, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants