From where in your app are you connecting to DynamoDB? If you are connecting directly to the database from your front-end, you should keep in mind that this could require loading database credentials in the user’s browser, which could be insecure.
Can you please share the relevant section of your manifest.yml so we can see how you’ve declared this connection?
I have a requirement where we are creating different tables for each client with clientid in the table name. I am able to fetch the id from installed event.
But i dont know how to send this to the back end code (sst framework) where we create the table.
Also, the call back method for the installed event is in index.js. When i try to invoke the backend, i am not getting the call back.
Could you please suggest a way to create the table