Error: One or more parameter values were invalid: some AttributeDefinitions are not used

Answered by Rafal Wilinski
Solution
An error appearing when trying to create a table with a AttributeDefinitions argument containing unnecessary and unused Attribute definitions. Since DynamoDB is schemaless you don't have to and you shouldn't specify attributes for non-key attributes.
Per AWS Documentation:
AttributeDefinitions - An array of attributes that describe the key schema for the table and indexes.
Solution: Don't include any non-key attribute definitions in AttributeDefinitions. Include only Attributes used by the table index or other Global or Local secondary indexes.
Other Common DynamoDB Errors (with Solutions)
- Unable to start DynamoDB Local process
- Could not connect to the endpoint URL https:dynamodb.singapore.amazonaws.com
- requested resource not found aws dynamodb
- dynamodb query not returning the full item
- dynamodb put item not working
- dynamodb cannot create preexisting table
- failed to list tables not authorized dynamodb
- failed to begin subsegment named 'amazondynamodbv2': segment cannot be found.
- AWS Lambda DynamoDB Stream Error
- DynamoDB Duplicate Key Error
- dynamodb-admin command not found
- DynamoDB Item Does Not Exist
- Float types are not supported. Use decimal types instead.
- dynamodb could not connect to the endpoint url
- dynamodb no range key value present
Tired of switching accounts and regions? Use Dynobase.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2026 Dynobase