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

AWS DynamoDB Scan operation requires FilterExpression #2650

Closed
mvhirsch opened this issue Jan 7, 2022 · 0 comments · Fixed by #3318
Closed

AWS DynamoDB Scan operation requires FilterExpression #2650

mvhirsch opened this issue Jan 7, 2022 · 0 comments · Fixed by #3318
Labels
node/issue Issue with a node

Comments

@mvhirsch
Copy link
Contributor

mvhirsch commented Jan 7, 2022

Describe the bug
In the DynamoDB Node the Scan operation (Get All Items -> Scan) requires FilterExpression, which in fact is optional.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.FilterExpression

See also: https://community.n8n.io/t/aws-dynamodb-get-all-items/10375/4

Expected behavior
Field should be optional.

Environment (please complete the following information):

  • OS: [e.g. Ubuntu Linux 18.04]
  • n8n Version [e.g. 0.119.0]
  • Node.js Version [e.g. 14.16.0]
  • Database system [e.g. SQLite; n8n uses SQLite as default otherwise changed]
  • Operation mode [e.g. own; operation modes are own, main and queue. Default is own]

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node/issue Issue with a node
Projects
None yet
2 participants