We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
InvalidParameterType: Expected params.RequestItems['abc'][0].DeleteRequest.Key['id'].N to be a string
The text was updated successfully, but these errors were encountered:
fix(dynamodb): fix purge when key is number
d423c59
key values for types S, N & B always need to be of type string no matter of the actual type Refs: #7
fix(dynamodb): fix purge when key is number (#196)
effcb20
fixed by #196
Sorry, something went wrong.
No branches or pull requests
InvalidParameterType: Expected params.RequestItems['abc'][0].DeleteRequest.Key['id'].N to be a string
The text was updated successfully, but these errors were encountered: