stefanbund / 311

Interactive Web Development
33 stars 46 forks source link

I want to give vistors the ability to update my database. #23

Closed PatrickMinett closed 7 years ago

PatrickMinett commented 7 years ago

I want to give visitors the ability to leave feed back on the site. I will get the following data from the Visitor : first name, last name, email and short message. All of this data will be saved to a table called Message.

How do I allow anyone to access my dynamodb?

Is that even possible?

stefanbund commented 7 years ago

When you use the Amazon resource name, once they login to Facebook, they should be able to interact with your data

From Stefan Bund

On Feb 9, 2017, at 8:37 PM, PatrickMinett notifications@github.com wrote:

I want to give visitors the ability to leave feed back on the site. I will get the following data from the Visitor : first name, last name, email and short message. All of this data will be saved to a table called Message.

How do I allow anyone to access my dynamodb?

Is that even possible?

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

PatrickMinett commented 7 years ago

Ah perfect. Thank you.