ferdy
ferdy2y ago

How to use createCaller() with lambda for testing?

Has anyone successfully mocked a trpc caller that uses the AWS Lambda integration? trying to write some unit tests
1 Reply
Nick
Nick2y ago
createCaller is agnostic to the adapter which hosts the API What's the problem exactly?