DEV Community

Discussion on: Introducing Quick Notes

Collapse
 
miguel391 profile image
Miguel • Edited

Following the README file I was able to get the app running.

But I am having a hard time understanding where the notes from the app are actually stored. I see from the CreateNote Resolver file that this information should be stored in DynamoDB.

The problem is that the table shows no records even though I have created several notes across multiple accounts. Do you have any guidance on how I could trace where this information for the app is stored?

Collapse
 
theworstdev profile image
Kurt Kemple

Hey Miguel,

You could have more than one table because one is created for each environment so I would look at all tables to see if maybe there is another one for quick notes. The data is definitely being stored in DynamoDB as you mentioned so if you're still unable to find it I'd be happy to jump on a video chat with you to try to figure it out! You can DM on twitter (@kurtiskemple)