Is there a way to add a new column to an existing table in DynamoDB in Amazon AWS?
Google didn't help
UpdateTable Query at http://docs.aws.amazon.com/cli/latest/reference/dynamodb/update-table.html?highlight=update%20table does not contain any information related to adding a new column.
DynamoDB does not require a schema definition, and therefore there is no such thing as a column. You can simply add a new item with a new attribute.
Source: https://habr.com/ru/post/1014528/More articles:open link in new tab with github markdown with target = "_ blank" - githubextern pattern "inconsistent explicit instances" - c ++PropertyDefinition is incompatible - amazon-web-servicesIn practice, what is the difference between running docker -dit and docker run -d? - dockerCSS grid table row height issue - htmlDynamo DB Indifferent Database Defining Resources Using a Sort Key - amazon-web-servicesupdate element adding attribute to dynamodb - amazon-web-servicesDestroy resources created through Serverless without destroying Lambda endpoints - amazon-web-servicesBootstrap center aligns dropdown menu - htmlCSS Grid Layout: a grid of three rows - htmlAll Articles