guy-a
guy-a
Adding `rm -rf node_modules/canvas` to the build (amplify.yml) worked for me. i.e. ```yaml version: 1 frontend: phases: preBuild: commands: - npm ci build: commands: - npm run build - rm...
I have tried adding the LSI using `amplify override api` but I get this error, and the LSI is never created. error: `An attribute referenced in a KeySchema element is...
Thank you @josefaidt This is indeed working perfectly when first creating the api, but any later changes to the schema, same or different models, or just an empty line -...
Hi @josefaidt , I switched to GSIs for now so I haven't tried it since than. It would be useful to be able to easily use LSIs using Amplify in...