This message was deleted.
# google-cloud
s
This message was deleted.
w
Does this example do what you are looking for? https://github.com/pulumi/examples/tree/master/gcp-py-functions There are similar examples in that repo for other languages.
b
the example should work
d
Hmm not really what I meant but I also see what you mean. So I would like to be able to declare a function and then say this can only be accessed using a get request at this url. Kinda similar to this I guess - https://www.pulumi.com/docs/reference/pkg/gcp/cloudfunctions/function/
h
I think you need to make use of google cloud endpoints(similar to API gateway in AWS) and with google cloud functions ...it will be possible to achieve it in Pulumi as i see they have APIs for both
d
Thank you!! I missed that for some reason, looks like what Im after