Is there a preferred HTTP client for Lambda connectors?

Just to jump on this and expand a bit…you can do whatever you want :wink:

For example, if you prefer to use axios with Node.js, go for it! The runtime itself is completely agnostic, so long as whatever you’re doing/reaching for is implemented as your runtime expects :+1: