service · inferred from evidence
CDK bootstrap bucket
A service-provided S3 bucket used by AWS CDK for bootstrapping resources.
- aws-lambda-nodejs deploy fails: Uploaded file must be a non-empty zip
An empty zip for the asset got cached in the CDK bootstrap bucket. Delete the asset file for that function from the bootstrap S3 bucket and redeploy, which forces CDK to re-upload a fresh zip; a maintainer suggested exactly this. Several re