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

upgrades #1096

Merged
merged 11 commits into from
Sep 21, 2023
Merged

upgrades #1096

merged 11 commits into from
Sep 21, 2023

Conversation

barryoneill
Copy link
Member

No description provided.

@@ -39,10 +40,12 @@ package object parsers {

def parseDynamoRecord[F[_]: Sync, T](
image: util.Map[String, AttributeValue]
)(implicit df: DynamoFormat[T]): F[T] =
)(implicit df: DynamoFormat[T]): F[T] = {
val v2Image = toAttributeValueMapV2(image)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arguably, we should just drop dynamodb streaming support if AWS doesn't care about it in SDK v2

@semenodm semenodm merged commit 1e6ab3a into main Sep 21, 2023
2 checks passed
@semenodm semenodm deleted the upgrades branch September 21, 2023 20:35
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