globocom / gcloud-utils

Global package for Cloud Management in Python
https://gcloud-utils.readthedocs.io/en/latest/
Apache License 2.0
16 stars 23 forks source link

Add Cloud Functions Support #24

Closed monuelo closed 4 years ago

monuelo commented 4 years ago

:package: Cloud Functions

12

monuelo commented 4 years ago

@alexandreyy I have listed a few points to implement in this module. Which of these do you consider essential for a "Minimum Viable Product" (MVP) to be merged?

alexandreyy commented 4 years ago

@hericlesme The user needs to be able to deploy and execute a function using python. You code seems to cover all these features. What additional changes do we need to enable the Python runtime?

monuelo commented 4 years ago

@alexandreyy I can already create functions with Python 3.7 runtime (branch functions/source). I'm just making adjustments to support node and go. As soon as I finish, I'll mark this PR ready to review.

alexandreyy commented 4 years ago

We can add Go and Node in another issue. We just need to have the unit tests for this PR. Then, we can proceed with this review. Thanks

monuelo commented 4 years ago

@alexandreyy What do you think about leaving unit tests for another PR? I intend to continue contributing and supporting this module. But I'm a little busy until the end of the week.

alexandreyy commented 4 years ago

Ok, we can do that @hericlesme . Thanks for your contribution!