Error: DynamoDB aliasing is not supported

Answered by Rafal Wilinski
What's Causing This Error
The error "Dynamodb aliasing is not supported" occurs when you try to use aliasing in a DynamoDB query or update. Aliasing is a feature that allows you to rename attributes in the query results, but it is not supported in DynamoDB.
Solution: Here's How To Resolve It
To solve this error, you can execute the following:
- Instead of using aliasing, you can use the attribute names as they are in the table.
- However, if your attributes are part of the reserved attributes in DynamoDB, you will need to alias it using "#" in the expression and defining its real attribute name in the
ExpressionAttributeNames
Other Common DynamoDB Errors (with Solutions)
- dynamodb streams missing events
- DynamoDB could not invoke null on class
- DynamoDB string set cannot be empty
- DynamoDB scan filter expression not working
- DynamoDB FilterExpression not working
- DynamoDB stream lambda error
- DynamoDB error 400
- Could not connect to the endpoint URL https:dynamodb.singapore.amazonaws.com
- dynamodb value cannot be null. (parameter 'type')
- dynamodb-admin command not found
- DynamoDB is not showing all columns
- DynamoDB BatchWriteItem error
- Unable to start DynamoDB Local process
- DynamoDB validation error
- dynamodb unable to locate property for key attribute
Tired of switching accounts and regions? Use Dynobase.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2025 Dynobase