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

Add support for unmarshalling DynamoDB JSON into types.AttributeValue #2920

Open
2 tasks
RanVaknin opened this issue Dec 4, 2024 · 0 comments
Open
2 tasks
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue queued This issues is on the AWS team's backlog

Comments

@RanVaknin
Copy link
Contributor

Describe the feature

Related to #1652
Add functionality to directly unmarshal DynamoDB JSON format into map[string]types.AttributeValue

Use Case

When processing DynamoDB Streams events in Lambda functions, we receive event data in DynamoDB JSON format that needs to be unmarshalled into SDK types for further processing. Currently this requires complex workarounds or manual conversion code. In v1 of the SDK this was working, likely unintentionally and in v2 it does not work.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

N/A

Go version used

N/A

@RanVaknin RanVaknin added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. p2 This is a standard priority issue queued This issues is on the AWS team's backlog and removed needs-triage This issue or PR still needs to be triaged. labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue queued This issues is on the AWS team's backlog
Projects
None yet
Development

No branches or pull requests

1 participant