autonomous-metaverse / aingenuity

unnamed experiment
3 stars 3 forks source link

Make the AWS key not public (get a new key!) and use aws on the backend instead of in the client. #10

Open trusktr opened 1 year ago

trusktr commented 1 year ago

We currently use AWS APIs on the client side, exposing our key on the client which means anyone can take it.

We need to

First we want to complete

so that we're in control of dependencies and all of the code (instead of relying on AWS APIs being embedded into a client-side bundle).