CLI
The Amplify CLI simplifies adding sophisticated serverless cloud features to your app easily by provisioning the backend resources using AWS CloudFormation. Learn more.
Verify that you are running at least Node.js version 8.x or greater and npm version 5.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.