Host Multi-pages on Amplify

0

What’s the way to host my website that containing multiple pages ? - it allowed to upload one html zip file which is mean one page.

-This is first time I host website on Amplify.

1 個回答
1

The Amplify CLI commands include the ability to add hosting via S3 and CloudFront, and to publish your updated codebase to S3 as needed. The steps are documented here: https://docs.amplify.aws/cli/hosting/hosting/. If you are building a React based web application, for example, all of the files from your build directory would be published to S3 as a single page application (SPA). If you are not using a SPA framework such as React, then really any files you publish to S3 will become available and can be accessed similarly to any other webserver.

profile pictureAWS
專家
已回答 2 年前
  • Really thank you David - that’s help!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南