Is there a way to add a new column to existing table in DynamoDB in Amazon's AWS?
Google didn't help,
UpdateTable Query in http://docs.aws.amazon.com/cli/latest/reference/dynamodb/update-table.html?highlight=update%20table doesn't have any information related to adding a new column.
Open Dynamodb and click on the tables option in the left sidebar menu. Search your table by name and click on your table. Now select the orange button named Explore table items. Scroll down and Click on Create item.
As there are no columns in DynamoDB, You can add a new item with a new attribute. An item can have one or more attributes. The maximum number of attributes per item must be 400KB.
DynamoDB does not require schema definition, and so there is no such thing as a "column". You can just add a new item with a new attribute.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With