-
Notifications
You must be signed in to change notification settings - Fork 253
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
feat: add dynamodb resource #910
Conversation
…t - passing cargo check
…ture/dynamodb-resource
Issue #895 |
19a3239
to
6a9cac4
Compare
…ce lib.rs so available in example
Only the "cloud" version of the provisioner needs to delete tables if the dynamodb resource is deleted.
1392880
to
530b254
Compare
@mikegin @paulotten FYI, I synced this branch with |
daa4dd3
to
3a62ea3
Compare
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.
@iulianbarbu I left two comments. This seems about ready, thanks!
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 @chesedo ! Resolved the comments.
Hey @mikegin and @paulotten, we're going to close this as blocked until we can figure out how we will securily provision this resource. Thanks for all your hard work on this, we're sorry we couldn't get this over the line, it looked really great, and we'll likely return to your implementation in the future when we decide on the design. This PR also made it very clear which problem we need to solve next, so thanks for that too! |
DynamoDB auto connection
Auto connection to the first Key Value store on Shuttle 🥳🚀
Big shoutout to @paulotten for taking the lead on this task