Hi. I was stuck with this error CREATE_FAILED | AWS:Lambda:LayerVersion | PrismaLayer958161C6 | Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 4fa5aa5e-24be-4cfa-83d5-ef466628c847; Proxy: null) and could not understand what was happening. But it turned out that the reason is that the S3 bucket where SST uploads lambdas and layers zip files is full. So I manually deleted all objects from the bucket and now the deployment works. Is there a way to remove files from SST service bucket (cdk-hnb659fds-assets-660857977215-us-east-1) automatically?