.env file and replace the API endpoint values with the corresponding API IDs from API Gateway:PostInvoiceAPI (AWS API Gateway).GetInvoiceAPI (AWS API Gateway).GetInvoiceAPI (AWS API Gateway).GetInvoiceAPI (AWS API Gateway).
Open Terminal by pressing Ctrl + ~.
Navigate to the project’s root directory using:
cd <folder_name>

npm install

npm install -g @aws-amplify/cli

amplify -v

amplify configure
⚠️ Note: After running the amplify configure command, a new browser tab will open. You can close the tab and return to Visual Studio Code to continue the configuration.
In the Amplify configuration, proceed as follows:
us-east-1.default.

amplify init
Configure the initialization as follows:
No.dev.AWS access keys.us-east-1.

amplify add auth
Configure Auth as follows:
Default configuration.Email.No, I am done.
amplify push


npm start
Test the following functionalities: