You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into setting up a CDN in the AWS cloud to host UI assets.
I suspect this could just be an S3 bucket and a CloudFront distro. The CodeBuild for the aws_frontend_prototype repo could move compiled assets into the S3 bucket.
Need to see how this could work in the nextJS build (e.g. identify what directories/files) and how to instruct nextJS to use them.
How do we appropriately route traffic (subdomain or a path)?
The text was updated successfully, but these errors were encountered:
Look into setting up a CDN in the AWS cloud to host UI assets.
I suspect this could just be an S3 bucket and a CloudFront distro. The CodeBuild for the aws_frontend_prototype repo could move compiled assets into the S3 bucket.
Need to see how this could work in the nextJS build (e.g. identify what directories/files) and how to instruct nextJS to use them.
How do we appropriately route traffic (subdomain or a path)?
The text was updated successfully, but these errors were encountered: