William R. J. Ribeiro
William R. J. Ribeiro
Today I encountered this issue after installing `@mui/icons-material` to my Remix project. My workaround was to use [Icon Fonts](https://mui.com/material-ui/icons/#icon-font-icons). Hopefully the root issue will be fixed soon.
If you are on video `https://frontendmasters.com/courses/client-graphql-react/apollo-client-api-querying/`, then you'll need to run these commands from your terminal: ``` git checkout origin/client yarn yarn app ``` Then open the browser on http://localhost:1234/...
Hello! So much time has passed and this stack is still broken when choosing JavaScript instead of TypeScript 😿. I know this PR is still a `Draft` but I'll start...
@Geoff-Ford What solved this issue for me was using the name of the latest version of the component: `"@serverless/aws-dynamodb"` If `aws-dynamodb` is used, I think it installs a very old...
@CauanCabral are you still able to see the Lambdas deployed for your NextJS app? I've deployed NextJS `v12` and `v13` and I can't find anything Lambda resources that might be...
Thanks a lot for the docs link @CauanCabral ! I had missed it and it was quite informative.
@kelvindecosta I'm sorry but I also don't know. 😓
That's a very handy feature that I would love very much to see added to this library. But... since the MD5 Digest is required by AWS for immutable buckets, maybe...
@philschmid may be a dumb question but, did you _import_ the DynamoDB Table with `amplify import storage` command and afterward `amplify push`? Or did you _create_ a new DynamoDB Table...