Exobase should statically validate (using types) that a hook cannot be used if an incompatible hook was used in the composition (or chain) already. ### Example Using `useLambda` with an SQS trigger with an http hook like `useJsonArgs` or `usePathParams`
Exobase should statically validate (using types) that a hook cannot be used if an incompatible hook was used in the composition (or chain) already.
Example
Using
useLambdawith an SQS trigger with an http hook likeuseJsonArgsorusePathParams