-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup is not uploading static files #192
Comments
I'll take a look today, what version of CDK are you using? I know 1.81.0 broke the s3 upload construct so 1.82 was just released which hopefully fixes some issues |
Also thinking out loud wondering if it is cloudfront configuration related because https://github.com/cdk-patterns/serverless/blob/master/the-media-live-stream/typescript/lib/the-media-live-stream-website.ts#L29 uses the basic deployment with a static file. Either way I will dig in today |
I just deployed one of my domains with the above configuration and a static index.html file, it worked as expected for me. |
Set up was as follows
In
aws/script.ts
File structure:
I would expect the bucket with name
domain
to have a file atdomain/index.html
at the end of the deployment. But it does not have that file.The text was updated successfully, but these errors were encountered: