stefanbund / 311

Interactive Web Development
33 stars 46 forks source link

DynamoDB Missing Credentials #6

Closed ScottLuttrell closed 7 years ago

ScottLuttrell commented 7 years ago

I disabled the cache like we discussed and that fixed the issue I was having in class. Now I am having this problem...

image

jeff93 commented 7 years ago

I'm having the same issue. Tried reconfiguring CORS and Policies but that didn't help. Also tried recreating the dynamo table, no luck. Also updated the src script header at the top of the javascript to the newest SDK available, but that didn't help. I'm running out of ideas and google searching hasn't given me the right answers.

Also, it's wierd how running the upload s3 javascript gives me the same error, but allows me to upload anyway.

stefanbund commented 7 years ago

When you were doing a put, make sure that the value put in the attributes box is the same as the attribute you have in your table. Let's talk about it tomorrow, then we can probably wrap this one up

From Stefan

On Oct 24, 2016, at 5:27 PM, jeff93 notifications@github.com wrote:

I'm having the same issue. Tried reconfiguring CORS and Policies but that didn't help. Also tried recreating the dynamo table, no luck. Also updated the src script header at the top of the javascript to the newest SDK available, but that didn't help. I'm running out of ideas and google searching hasn't given me the right answers.

Also, it's wierd how running the upload s3 javascript gives me the same error, but allows me to upload anyway.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.