Announcing the AWS Amplify CLI toolchain. Click here to read more.

CLI

The Amplify CLI simplifies adding sophisticated serverless cloud features to your app easily by provisioning the backend resources using AWS CloudFormation. Learn more.

  • Install Node.js® and npm if they are not already on your machine.

Verify that you are running at least Node.js version 10.x or greater and npm version 6.x or greater by running node -v and npm -v in a terminal/console window.

  • Install and configure the Amplify CLI.
$ npm install -g @aws-amplify/cli
$ amplify configure

Learn More about the Amplify CLI.