Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.