-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add dynamodbattribute.ConvertX to wiki #281
Comments
I noticed that the library is located at: It looks like the package declaration is dynamodb, which is the same as the parent folder. Was this intentional? If I try to import both this and the parent, I get a complaint that dynamodb is being redefined. I figured I might be missing something so I didn't want to raise an issue at first. |
@jyehbrightcove I just merged a pull request #285 that resolves this, thanks for reporting! |
My apologies for not looking at the outstanding PRs. |
Adds additional documentation to the conversion utilities. Fix: #281
Documented the functionality via the package doc along with examples. |
New converts were added to dyanmodb service package to make AttributeValue usage more user friendly. Information about these converts should be added to our wikis. Should probably include package doc line, and a few examples in code comments for godocs.
godocs for dynamodbattribute.ConvertX
Related to #125, #231
The text was updated successfully, but these errors were encountered: