-
Notifications
You must be signed in to change notification settings - Fork 154
docs(parameters): main docs for the utility #1215
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
I only find the section about the transformation a bit confusing, despite I worked with it and know how it works inside. We can improve it by explicitly writing that the result of the transformation is string
. And another suggestion is to change the name of the argument to transformFrom: 'binary'
in parameters before we released it.
docs/utilities/parameters.md
Outdated
|
||
| Parameter | Default | Description | | ||
| ------------- | ------- | --------------------------------------------------------------------------------------------- | | ||
| **decrypt** | `false` | Will automatically decrypt the parameter. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it is worth adding a reminder about IAM Permissions for decrypt
. Like "required kms:Decrypt
IAM permission"
/** | ||
* Retrieve multiple values by performing a Query on the DynamoDB table. | ||
* This returns a dict with the sort key attribute as dict key. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix comment indentation
Description of your changes
How to verify this change
Related issues, RFCs
Issue number: #1034
PR status
Is this ready for review?: NO
Is it a breaking change?: NO
Checklist
Breaking change checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.