Update an item in DynamoDB

Feature Tasks

  • Java Insert/Update Functionality
  • Create a lambda function, in Java, that can add a record to your Taskmaster table.
  • Run this only in “Test” mode
  • It should receive the same object that your API was handling earlier.
  • Repeat for “PUT” / update functionality
  • Do NOT handle images at this point.
  • You might want to keep this warm…

Source

Create, Read, Update, and Delete an Item