is it possible to enable point in time recovery fo...
# help
m
is it possible to enable point in time recovery for the debug stack dynamo table created by SST? We need PIT on all of our tables for SOC compliance.
r
I think it just stores a transient connection ID, pretty sure you should be able to get an exemption for that, particularly as it’s non-prod only
m
gotcha. is it possible though? We'd like to avoid creating additional SOC documentation if possible.
r
I don’t honestly know, that’s one for the SST team
m
@Frank
f
Taking a look..
@Mitchell Cravens added support for this in
1.2.24
. Here’s an example https://docs.serverless-stack.com/constructs/DebugStack#configuring-the-dynamodb-table
Lemme know if this works for you
m
tysm!!
will do