-
Notifications
You must be signed in to change notification settings - Fork 654
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 dynamoDB examples #1249
Add dynamoDB examples #1249
Conversation
@Doug-AWS can you take a look at this and see if these should be added to our V2 examples repo? |
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.
Examples look good, we'll want to update the dependencies to be SDK's latest versions, and update the examples to use the SDK's ddb attribute value (un)marshalers.
b4cb33b
to
5af5fdb
Compare
I think I made requested changes, waiting for review. |
@jasdel can you take a look ? |
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.
Thanks for taking the time to create these examples. I've kicked off the CI Actions, and the changes look good. When these pass we should be able to merge in these example modules.
Add some example of use of dynamoDB with AWS SDK v2