AWS Amplify Local Setup
Goal
Have our local environment ready so we can start building using AWS resources.
If you want to practice in an AWS Sandbox, here's the link.
Prerequisites
- Sign up for an AWS account
- Install the Amplify CLI
Install Amplify
Install the Amplify CLI:
npm install -g @aws-amplify/cli
Note: If you're having permission issues on your system installing the CLI, please go here.
Configure it:
amplify configure
Remember when you do something locally to use your Profile for auth, which is the one configured above :)
That's it! ✅ Full Setup!