Skip to content

v1.2.24

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 04:51
84633e0

Changes

  • #1814 33b89b64 - DebugStack: allow customizing DynamoDB Table

    export 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