Do you know of any techniques to have queue producers via page functions and consumers share common

Do you know of any techniques to have queue producers via page functions and consumers share common code, specifically in TypeScript? My queue consumer needs to know about the same schemas as my queue producer and ideally would be able to load the same utils.

I've been able to do this with AWS Lambda, albeit non-trivially, but it helped reduce extra work and many headaches in the long run.
Was this page helpful?