mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
further documentation
This commit is contained in:
parent
e5690afe0f
commit
4b7c7947e0
1 changed files with 12 additions and 0 deletions
|
|
@ -166,6 +166,18 @@ Here are the steps to create a CNAME record:
|
|||
Gateway console, under Custom Domain Names).
|
||||
10. Click "Add."
|
||||
|
||||
This will direct any traffic from your custom domain to your AWS CloudFront
|
||||
distribution. Please note that DNS changes might take some time (up to 24-48
|
||||
hours in some cases) to propagate across the internet.
|
||||
|
||||
Also, please make sure that your CloudFront distribution is configured to
|
||||
accept your custom domain as a valid domain name. In AWS API Gateway,
|
||||
under Custom Domain Names, make sure that your custom domain is listed and
|
||||
mapped to the appropriate API stage.
|
||||
|
||||
Remember to replace api and the CloudFront domain with your actual subdomain
|
||||
and CloudFront domain.
|
||||
|
||||
### Thoughts for authenticating the frontend with the backend
|
||||
|
||||
To provide secure communication between your frontend Next.js application and your backend FastAPI service, you have
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue