DynamoDB API – Part Two

DynamoDB API – Part Two Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed some of the DynamoDB API’s available. https://cloudaffaire.com/dynamodb-api-part-one/ In this blog post, we are going to continue our discussion on basic API's available in DynamicDB. DynamoDB API UpdateItem: Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add…

1 Comment