Ask Your Question
0

What does the error "Filter Expression can only include attributes that are not primary keys" mean in DynamoDB?

asked 2023-05-27 23:04:12 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-27 23:30:01 +0000

scrum gravatar image

This error message means that when you use a filter expression in DynamoDB, you can only include attributes that are not part of the primary key. In other words, you cannot use a filter expression to query data based on the primary key of the table. The primary key is used to uniquely identify each item in the table and cannot be filtered.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-27 23:04:12 +0000

Seen: 1 times

Last updated: May 27 '23