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
createCaller is agnostic to the adapter which hosts the API
What's the problem exactly?