An expriment in using aws amplify to authenticate
This project was bootstrapped with Create React App.
Set some environment variables. Take these from your cognito dashboard.
export USER_POOL_ID=???
export USER_POOL_WEB_CLIENT_ID=???
export OAUTH_DOMAIN=???
Then
yarn install
yarn start