We periodically get an error like this when deleti...
# help
k
We periodically get an error like this when deleting a stack where the resource type is `Custom::SSTBucketDeployment`:
Copy code
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [...]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.
This is associated with an
sst.ReactStaticSite
- any ideas what might be causing this and how to mitigate it?
f
Hey @Kelly Davis, sorry for getting to this late. If you retry running
sst remove
, does the error persist?
When you get the error again, can you DM me ur
.build/sst-debug.log
?
k
the remove is being initiated from github actions so I'll probably have to modify the workflow to store it and then share the next time it occurs
f
That seems to be too much work. When you run into the issue next time, if you can: • go into your Lambda console and look for a function with “CustomResourceUploader” somewhere in it’s name • then go into your CloudWatch console and search for the log group with the function name • go into the most recent log stream And if you could paste or DM me the logs. We should be able to figure out what happened from it.