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

fix get_lock to look at the numeric property for lease duration #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericvandever
Copy link

The lease duration is always coming back empty as it's looking for the string value of leaseDuration which was converted to a numeric in e0cc63e.

switched DynamoDbLockClient to take the trait DynamoDb instead of DynamoDbClient to enable mocking in tests. (New to rust so let me know if there is a better way)

@rtyler rtyler self-assigned this Jan 11, 2024
@rtyler
Copy link
Contributor

rtyler commented Jan 11, 2024

I must have missed the email on this pull request @ericvandever , thanks for the submission, I'll get to reviewing it soon!

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.

2 participants