Edoardo
06/03/2022, 2:30 PMScript
inside my db stack to run a migration when the construct is deployed.
When I deploy or remove the stack using sst start
/ sst remove
it takes too much time. For example when I run a remove, CloudFormation takes about 40 minutes to switch from the status MigrationScriptonCreateFunction DELETE_IN_PROGRESS
to the MigrationScriptonCreateFunction DELETE_COMPLETE
. This seems to happen only with Lambda functions managed by Script
, other Lambdas delete smoothly.thdxr
06/03/2022, 2:30 PMthdxr
06/03/2022, 2:30 PMFrank
Edoardo
06/03/2022, 10:23 PMonCreate
script)Edoardo
06/03/2022, 10:25 PM