Hi there, is there a way to include google cloud clients like @google-cloud/datastore and use them within zaps? I’ve tried adding the package normal and I get import errors in my zaps and also tried the --disable-dependency-detection and got the “build.zip is too big error”.
The reason I want to use the official client is that the authentication is simpler for our internal stuff, but I can try using the raw http I guess.