You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use AWS APIs on the client side, exposing our key on the client which means anyone can take it.
We need to
move AWS API usage to the backend
then make a new key that is not visible on the client (tedious process that involves multiple steps to wire up multiple AWS services before finally being able to get an Identity key for the setup)
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).
The text was updated successfully, but these errors were encountered: