Tag: simpledb return object

  • Getting the Value of a count(*) Query in SimpleDB

    Summary: AWS SimpleDB queries return a multidimensional object, not a simple value. Look at the returned object to see which property you need and how to reference it.   When my app creates users, it firsts checks to see if the username entered by the new user is already in use. I do that with…