CS4521:   Mobile and Topics in Web Programming

Backend Solution done by directly access DynamoDB from mobile app (not going through lambda code)

Negatives of this solution

  • have to write new code if you want to access the DynamoDB through a Web interface
  • will have to write new code for each mobile platform you are using -iOS Amazon DynamoDB SDK is different

 

Read on you own --- This solution developed by previous students in 2016

© Lynne Grewe