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

cannot purge dynamodb when key is of type number #7

Closed
denniskribl opened this issue Sep 11, 2020 · 1 comment
Closed

cannot purge dynamodb when key is of type number #7

denniskribl opened this issue Sep 11, 2020 · 1 comment

Comments

@denniskribl
Copy link
Contributor

InvalidParameterType: Expected params.RequestItems['abc'][0].DeleteRequest.Key['id'].N to be a string

mrohmer pushed a commit that referenced this issue Mar 15, 2021
key values for types S, N & B always need to be of type string no matter of the actual type

Refs: #7
denniskribl pushed a commit that referenced this issue Mar 16, 2021
key values for types S, N & B always need to be of type string no matter of the actual type

Refs: #7
@denniskribl
Copy link
Contributor Author

fixed by #196

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