Dan Van Brunt
09/10/2021, 8:36 PMDan Van Brunt
09/10/2021, 8:42 PMDan Van Brunt
09/10/2021, 8:43 PMthdxr
09/10/2021, 8:43 PMthdxr
09/10/2021, 8:44 PMDan Van Brunt
09/10/2021, 8:44 PMthdxr
09/10/2021, 8:45 PMDan Van Brunt
09/10/2021, 8:46 PMDan Van Brunt
09/10/2021, 8:48 PMthdxr
09/10/2021, 8:50 PMthdxr
09/10/2021, 8:50 PMthdxr
09/10/2021, 8:51 PMthdxr
09/10/2021, 8:51 PMJay
Dan Van Brunt
09/11/2021, 1:18 AMserverless-scriptable-plugin is more out of the desire to turn SST / CDK into a single line deployer that handles all pre and post deploy steps.Dan Van Brunt
09/11/2021, 1:34 AM_redirects feature to your sites would also be great.Jay
Frank
Frank
Frank
Frank
Dan Van Brunt
09/11/2021, 1:48 PMFrank
new sst.Function(this, "MyFunction", {
  handler: "src/handler.main",
  plugins: [
    "sst-sentry-plugin": {
      key: "my-ssm/sentry/prod"
    }
  ],
});
And behind the scene, the plugin does 2 things:
1. adds a Sentry layer; and
2. uses the secrets-manaer middy to load the Sentry key from SSM