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

Fix BOOL handling #87

Merged
merged 2 commits into from
May 13, 2016
Merged

Fix BOOL handling #87

merged 2 commits into from
May 13, 2016

Conversation

ThatJoeMoore
Copy link
Contributor

Since at least aws/aws-sdk-js@7c30e3c, the AWS SDK only accepts boolean values for the BOOL type. This change updates typeUtils to reflect this, and fixes #78 .

The line in question is https://github.com/aws/aws-sdk-js/blob/master/apis/dynamodb-2012-08-10.normal.json#L429

The AWS sdk is now rejecting BOOL values that are strings; it wants them to be booleans.
@adrianlee44
Copy link
Contributor

Hi @ThatJoeMoore,

The changes look good. Can you sign our CLA, https://github.com/Medium/opensource/blob/master/sign-cla.md. Thanks.

@ThatJoeMoore
Copy link
Contributor Author

CLA has been sent.

@adrianlee44
Copy link
Contributor

Thanks @ThatJoeMoore.

@adrianlee44 adrianlee44 merged commit 5968362 into Medium:master May 13, 2016
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.

How to put and update boolean values?
2 participants