evanharmon / in-mono

mono repo
2 stars 0 forks source link

Cloudfront CDN for 21-day-challenge app #37

Closed evanharmon closed 1 year ago

evanharmon commented 2 years ago

network account:

webapp pocs account:

apps:

evanharmon commented 2 years ago

Helpful Blog on CloudFront with cross account S3 bucket NextJS docs on basepath for subpath

evanharmon commented 1 year ago

getting 403's on /21-day-challenge. Test as default path to confirm S3 bucket permissions pointing default CF behavior to 21 day challenge bucket origin

evanharmon commented 1 year ago

Solution was to adjust the export / s3 upload to have the bundle in a folder called 21-day-challenge to match CF behavior.

Really annoying but CF will pass any path to an origin. Only way to avoid this is with lambda@edge to re-write origin requests