-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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
Labels
No labels