I use my personal AWS account to develop several S...
# sst
g
I use my personal AWS account to develop several SST projects (dev and prod are in a dedicated account). In dynamodb I have 1 table for 1 project + 1 table for 1 project for debug sst. 1. Is it possible to use one debug table for all projects? Just to have a clear view. 2. Table name is something like gio-<app-name>-debug-stack-TableCD117FA1-12JI2FV7K77ER, is it possible to use some simpler name, like “sst-debug” (if 1. is possible)
f
Hey @gio, yeah that make sense. Deploying the debug stack once per AWS account/region, and all projects in the same account/region uses the same debug stack.
The only downside to this is if SST released an update for the Debug Stack, and the Debug Stack only works for SST apps greater than version X. In this case, you’d need to update all the apps to version X.
Lemme create an issue to track this and gather some feedback https://github.com/serverless-stack/serverless-stack/issues/1598