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

item types #3

Open
smcaine opened this issue Oct 10, 2018 · 1 comment
Open

item types #3

smcaine opened this issue Oct 10, 2018 · 1 comment

Comments

@smcaine
Copy link

smcaine commented Oct 10, 2018

Hi,

I am just trying to get this working but unfortunately it only detects if its a string or Number not Bool (haven't tested the other types).

So for example it will interpret True as a string instead of BOOL.

Which means it will not put the items in the table correctly. Is this something you are aware of?

Thanks

@lmammino
Copy link
Owner

Hello @smcaine,
thanks for posting the issue.

This project relies on json-to-dynamo to do the conversion of plain objects to "dynamodb typed objects" and it should support booleans and other types.

Can you give me some example that didn't work for you?

Thanks

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

2 participants