Hey all,
I am following the instructions at https://serverless-stack.com/chapters/create-a-login-page.html but as soon as I add amplify import line I am getting the following error.
/node_modules/aws-amplify/node_modules/@aws-amplify/analytics/lib/Providers/AWSKinesisProvider.js
Module not found: Can't resolve 'aws-sdk/clients/kinesis' in '/Users/kris/gocode/src/github.com/kris/1/app/1-app-client/node_modules/aws-amplify/node_modules/@aws-amplify/analytics/lib/Providers'
These are the contents of my package.json
"dependencies": {
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.8.6",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^4.3.1",
"react-scripts": "3.0.1"
},
Any help please.