Skip to main content

Installing Amplify CLI

Install the Amplify CLI#

After creating an AWS Account, let's install Amplify CLI-

npm install -g @aws-amplify/cli

Configure the Amplify CLI#

Now configure Amplify by running the following command:

amplify configure

For complete instructions on how to install and configure Amplify CLI, refer official documentation