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 load_dynamodb_json #19

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Add load_dynamodb_json #19

merged 1 commit into from
Aug 15, 2024

Conversation

bbayles
Copy link
Collaborator

@bbayles bbayles commented Aug 14, 2024

This PR adds boto3_helpers.dynamodb.load_dynamodb_json. This deserializes the JSON data returned from the DynamoDB API into Python types.

This is normally handled by the boto3 client or resource, but in my case I had some data returned from the aws command line utility that needed to be parsed.

@bbayles bbayles merged commit 47bfa7b into main Aug 15, 2024
5 checks passed
@bbayles bbayles deleted the ddb-json branch August 15, 2024 14:06
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.

1 participant