You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amplify Demo app is not working and requires few changes to the repo.
Module not found: Error: Can't resolve 'amazon-chime-sdk-js' in 'C:\CDK\ARC-Chime\amazon-chime-sdk\apps\amplify-demo\src\components'
Pls include the dependencies - "amazon-chime-sdk-js": "^3.14.1", in package.json file
update as following in index.tsx file. [Amplify is without braces and its not getting referenced].
import { Amplify } from "aws-amplify" in index.tsx
Also, "npm run build" command is giving an error. Would be good check this too.
Note - Would be good to have instructions on Readme file [to update lambda names in schema.graphql] in case if the users are changing lambda function names.
The text was updated successfully, but these errors were encountered:
Amplify Demo app is not working and requires few changes to the repo.
Module not found: Error: Can't resolve 'amazon-chime-sdk-js' in 'C:\CDK\ARC-Chime\amazon-chime-sdk\apps\amplify-demo\src\components'
Pls include the dependencies - "amazon-chime-sdk-js": "^3.14.1", in package.json file
update as following in index.tsx file. [Amplify is without braces and its not getting referenced].
import { Amplify } from "aws-amplify" in index.tsx
Also, "npm run build" command is giving an error. Would be good check this too.
Note - Would be good to have instructions on Readme file [to update lambda names in schema.graphql] in case if the users are changing lambda function names.
The text was updated successfully, but these errors were encountered: