Custom lambda not working on Dedicated Cluster with namespaces and ACL

I just bumped into the same issue…

I can’t use dql.mutate and transforming my existing queries to make it work is a pain…

Did you manage to make it work?
Also can you share your custom wrapper code? That would be helpful.
Thanks


Edit:
It seems this issue is only with dql. When using Graphql mutations or queries on webhooks with ACL it works fine

const hasTimestamp = await graphql(hasTimestampQuery);