-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Set up was as follows
In aws/script.ts
const deployment = new SPADeploy(this, 'spaDeployment').createSiteWithCloudfront({
indexDoc: 'index.html',
websiteFolder: '../static',
certificateARN: certificate.certificateArn,
cfAliases: [domain, `*.${domain}`]
})File structure:
project/
|
|--aws/script.ts
|--static/index.html
I would expect the bucket with name domain to have a file at domain/index.html at the end of the deployment. But it does not have that file.
Metadata
Metadata
Assignees
Labels
No labels