serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Updating Google Cloud Functions support #184

Open miguel-a-calles-mba opened 4 years ago

miguel-a-calles-mba commented 4 years ago

It appears Serverless is using the legacy Google Cloud Functions event triggers. For example, in this GCP documentation page https://cloud.google.com/functions/docs/calling/pubsub#functions-deploy-command-node8, it states providers/cloud.pubsub/eventTypes/topic.publish is a legacy trigger and they use recommend using trigger topic.

Will Serverless add support for trigger topics?

Ganitzsh commented 3 years ago

Anything new about this?