Changes
-
#1814
33b89b64
- DebugStack: allow customizing DynamoDB Tableexport function debugApp(app) { new DebugStack(app, "debug-stack", { cdk: { table: { pointInTimeRecovery: true, } } }); }
Update using:
$ npx sst update v1.2.24
$ yarn sst update v1.2.24