GoogleCloudPlatform / functions-framework-java

FaaS (Function as a service) framework for writing portable Java functions
Apache License 2.0
130 stars 63 forks source link

Can we deploy remote function via any SDKs? #246

Closed wycmiko closed 8 months ago

wycmiko commented 9 months ago

Hi Team, Can we deploy remote functions via any SDKs? It seems like we need to deploy funcs manually via gcloud, any automated solutions for it?

alsoba13 commented 9 months ago

What do you mean by SDK? Isn't gcloud an SDK? There's a lot of people automating deployments through GitHub actions. There you may use gcloud, terraform or any tool (including others' GH actions)

HKWinterhalter commented 8 months ago

Hi @wycmiko, yes, Google Cloud has SDKs for various languages and services.

Here is the reference for Cloud Functions for Java: https://cloud.google.com/java/docs/reference/google-cloud-functions/latest/overview

Also see: https://cloud.google.com/functions/docs/apis/libraries#client-libraries-resources-java and https://cloud.google.com/sdk/?hl=en.