zl程序教程

您现在的位置是:首页 >  其他

当前栏目

[AWS Amplify] Deploy Your React Application to AWS Using the Amplify CLI

AWSReact to The Using application your CLI
2023-09-14 08:59:12 时间

In this lesson we learn how to deploy your React application to AWS using the Amplify CLI & Amazon S3.

 

Rnn:

amplify add hosting

 

Next, we're prompted for the bucket name. Give the bucket a unique name. For the index doc and the error doc, we can choose index.html.

 

Deploy:

amplify publish