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 Answer
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
EXPERT
answered 2 years ago
  • Really thank you David - that’s help!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions