Before opening, please confirm:
App Id
d2kp69mengqx1w
AWS Region
us-east-1
Amplify Hosting feature
Deployments, SSR
Question
Our next.js 13 application is being migrated to the new amplify hosting compute platform.
We need to configure cloud front for two reasons:
1: to redirect "domain.com/restApi/*" to the API gateway so that they won't be resolved in Amplify Hosting.
2: to get the 'Accept-Language' header in middleware to display the website in the user's preferred language.
We previously added path behavior to cloudfront to point "/restApi/*" to an API gateway and let cloudfront distribution allow "Accept-Language" header.
As of now, amplify has full control over cloudfront and we are unsure how to resolve this issues.
Thanks in advance
Before opening, please confirm:
App Id
d2kp69mengqx1w
AWS Region
us-east-1
Amplify Hosting feature
Deployments, SSR
Question
Our next.js 13 application is being migrated to the new amplify hosting compute platform.
We need to configure cloud front for two reasons:
1: to redirect "domain.com/restApi/*" to the API gateway so that they won't be resolved in Amplify Hosting.
2: to get the 'Accept-Language' header in middleware to display the website in the user's preferred language.
We previously added path behavior to cloudfront to point "/restApi/*" to an API gateway and let cloudfront distribution allow "Accept-Language" header.
As of now, amplify has full control over cloudfront and we are unsure how to resolve this issues.
Thanks in advance