How to use createCaller() with lambda for testing?

Fferdy5/8/2023
Has anyone successfully mocked a trpc caller that uses the AWS Lambda integration? trying to write some unit tests
Nnlucas5/8/2023
createCaller is agnostic to the adapter which hosts the API
Nnlucas5/8/2023
What's the problem exactly?