-
Notifications
You must be signed in to change notification settings - Fork 30
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
Plan for serde_dynamo 4 #23
Comments
Change of plans.
Given all of that, I looked into a new way to approach this library, and settled on the following.
|
This "new type" approach is similar approach I took in my project to convert from the aws_lambda_event AttributeValue to aws_sdk AttributeValue, which I could then use with serde_dynamo 3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plan for
serde_dynamo
version 4 will be:serde_dynamo
version 3 (published today) effectively supports both aws-sdk and rusoto based on feature flags. It does this because neither of those libraries has reached 1.0; without feature-flag support, any minor version bump to those libraries would require a major version bump toserde_dynamo
.In version 4, we plan to drop support for rusoto. Rusoto is currently in "maintenance mode", so version 3 will continue to support it and there is no reason to continue to support it into version 4 and beyond.
When aws-sdk reaches version 1.0, we can drop the feature flags and just support version 1.0 because at that point, minor bumps to aws-sdk version 1.0 will not require a re-release of
serde_dynamo
.The text was updated successfully, but these errors were encountered: