We are happy to announce that the example showing many advanced patterns related to GraphQL usage is updated to Chimp 3.0
If you have been doing serious work with GraphQL over the last few years, you surely saw this error at one time or another
This article is based on my notes from adding chimp to an existing app
We've rewritten Chimp to use TypeScript and the fantastic CLI Framework called Oclif.
What do you do when you are in need to figure out a complex type?
Frequently when you work with an open-source repository you might accidentally commit your .idea folder to it.
An example of passing a class to a function in TypeScript
To do integration tests with your DynamoDB Toolbox setup, it's important to be able to run tests in isolations.
I'm playing around with DynamoDB Toolbox, and one thing that wasn't clear in my mind was how do I actually create a table using the definitions I made using Toolbox.
Deploying the whole stack whenever you want to check your changes is tiresome and boring.
Having multiple independent lambda functions is great, but it comes with a price of difficult monitoring.