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

Is there support for complex types (Sets and Maps)? #344

Open
aecorredor opened this issue Apr 26, 2023 · 0 comments
Open

Is there support for complex types (Sets and Maps)? #344

aecorredor opened this issue Apr 26, 2023 · 0 comments

Comments

@aecorredor
Copy link
Contributor

aecorredor commented Apr 26, 2023

It seems like there is no support for DynamoDB Set types from what I saw. It seems like native JS sets only get converted to DynamoDB Lists.

I was also wondering if there is support for Maps. Can I just type attributes as Record<T, K> and automatically get a Map on the DynamoDB side?

I had a hard time confirming from just reading the docs, so I'm wondering if we should add these notes to the README.

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

No branches or pull requests

1 participant