Some progress on the Trustio App ๐Ÿ“ˆ

ยท

2 min read

Today I and my team after a long week of debugging and trying different guides from the docs, managed to solve a bug in Amplify where the lamda wasn't executing the GraphQL API call due to unauthorized access! ๐Ÿ˜“

It turned out, we forgot to give IAM access to our API Link. We thought we did by updating the lambda function resources, but what we also needed to do, is to give access from the API itself by running amplify update api and that fixed our problem. ๐Ÿ™Œ

Also, today I upgraded my app to react-hook-form from v6 to v7. My app got a lot cleaner after refactoring the codebase, which makes me very happy! ๐Ÿ˜Š

The app is almost done and what's left to do is to just hook the front-end with the back-end, hopefully, that is not gonna take too much time...

Also, this weekend I am planning to record a new podcast episode of The Anxious Developer, it should be released next Monday so be sure to subscribe on Apple Podcasts not to miss it! ๐Ÿ˜

That's it for today folks! See you next Monday! Love you all! โค๏ธ


p.s ๐Ÿคซ I recently started a podcast called The Anxious Developer where I share my knowledge on how to reduce your stress, become more present and productive as a Developer. I would love to hear your thoughts on it! ๐Ÿ˜Š

Remember, you are worthy, you are loved and you matter! Have a great day! โค๏ธ

ย