Can I use a golang handler with serverless?
Tried to find info regarding this: is it possible to use golang for serverless? Any examples in that case?
14 Replies
You should start the handler with python for now, thats the only supported thing inside serverless workers
but you can create a subprocess from the code
Thanks! I'll try with another provider first in that case, but if that doesn't work out I'll give subprocess a shot 🙏
Kind of like this? https://docs.runpod.io/sdks/go/overview
Overview | RunPod Documentation
Get started with setting up your RunPod projects using Go.
I believe the SDK is only for interacting with RunPod's API and not for handling requests with serverless.
you could in theory wrap python sdk over go code
How would that works
Medium
Running Go code from Python
Python is a great language that can be picked up easily by a new developer and be productive in a short amount time, it is clean code by…
ohh wrapping go code in python
yeah
so processing will be done by go
Thanks guys 🙏
@heyado we do have golang sdk in early testing, let me know if you want acces
hi, any chance for a c# sdk? or at least documentation on what the worker should follow
soon™
dont have plans for c#