googlecodelabs / gcp-marketplace-integrated-saas

Apache License 2.0
20 stars 22 forks source link

updating to work with google-cloud-pubsub==2.14.4 (latest) #95

Closed aaronli39 closed 1 year ago

aaronli39 commented 1 year ago

google-cloud-pubsub latest version is being used since the current version for the codelab (1.4.0) requires the installation of six, which is an external library. To keep code purely within Google libraries, we are making this small change. See: https://cloud.google.com/python/docs/reference/pubsub/latest for example usage of the same create_subscription function.