mrserverless/serverless-golang

Add support for Google Cloud Functions

mrserverless opened this issue · 6 comments

are you open to some help with this?

Hi @kmarquardsen yes please. I have done some preliminary research reading through https://github.com/GoogleCloudPlatform/cloud-functions-go but haven't had a chance to dig deeper. If you could assist that would be great!

however, as discussed via email, I'm a bit reluctant to priortise GCF at this point due to:

  1. they only support one geographical region in Iowa (us-central1)
  2. doesn't seem to have similar features as API Gateway to expose their functions.

agreed, lower priority based on our chat.

Hi guys, I already created a supporting CLI for golang GCF here https://github.com/flowup/cloudfunc . There will be one BC break in next week as I will need to expose more than just a body that was received (query params, method, etc).

I am definitely open to helping with integration of golang GCF into serverless.

thanks @gelidus just curious what are your thoughts on cloud-functions-go. I haven't looked deeper into it but at first glance I'm more leaning towards it's native approach instead of using a node shim.