Skip to content

The s3 sync error during Custom::CDKBucketDeployment #246

@limenutt

Description

@limenutt

Hi!
I'm using version 1.89 and I'll try with the latest one in a bit, but in the meantime, here is the issue:

Here is how I create my deployment

const spaDeployment = new SPADeploy(this, 'WebappDeployment')
    .createSiteWithCloudfront({
      indexDoc: 'index.html',
      websiteFolder: resolvePath(__dirname,'../../../../dist/apps/web-app/en-AU'),
      certificateARN: this.props.CDNProjectCertificateARN,
      cfAliases: [this.props.webappHostname]
    });

And the error I'm getting

Failed to create resource. Command '['/opt/awscli/aws', 's3', 'sync', '--delete', '/tmp/tmpoa6yhjsb/contents', 's3://feature-lxp-343-features-webappdeploymentwebsiteb-114do55b79y8j
/']' died with <Signals.SIGKILL: 9>.

I think it could be related to #13292 in aws-cdk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions