So I have searched the past 2 days for documentation, examples, or anything that can specifically show me how to successively set a connection between my node.js app and AWS DynamoDB. I'm fairly new to both but it appears there's a lot more documentation for Java, PHP, and .NET.
Even after following all the directions on the documentation AWS provides, I cannot seem to get my application to work. To test if I configured everything correctly, I tried uploading a text file to S3, which worked just fine.
Any thoughts why this may happen? I don't get any errors or successes so I feel like it's not connected but not sure if anyone else out there is familiar with this issue? Thanks!