Setup
Pre-requisites:
- AWS Amplify CLI:
npm install -g @aws-amplify/cli
Installation
- In bash, Configure your Amplify CLI
- In your app, cd to
packages/api - Run
amplify init(link) - Follow the prompts to set up your Amplify project
npm install -g @aws-amplify/cli packages/apiamplify init (link)