asked 67.0k views
4 votes
What is the limit on the number of attributes an item can have in DynamoDB?

1 Answer

5 votes

Answer: there is no limit to the number of attributes but the total item size is limited to 400kb. The maximum item size in DynamoDB is 400 KB, which includes both attribute name binary length (UTF-8 length) and attribute value lengths (again binary length). The attribute name counts towards

Step-by-step explanation:

answered
User Cameron Brown
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.