Mr.9715
06/22/2021, 8:33 PMthdxr
06/22/2021, 8:42 PMthdxr
06/22/2021, 8:43 PMFrank
Frank
thdxr
06/23/2021, 3:23 AMFrank
Frank
Frank
new sst.Run(this, "DBMigration", {
script: "src/migrations/script.main",
});
It basically creates a Lambda function with the script code and a CloudFormation custom resource that runs the Lambda function on CloudFormation deployment. More details on how it works here.Frank
Mr.9715
06/29/2021, 10:46 AM