Custom Library for Extension #889
-
|
Hey, Hoping someone has solved this problem previously and can point me in the right direction toward the best approach, since there seem to be a few. We are looking to create GCP cloud tasks via a rowy extension, we need to import a custom library.
https://cloud.google.com/tasks/docs/creating-http-target-tasks#node.js |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
hi @alta-atc , you should be able to require it in the |
Beta Was this translation helpful? Give feedback.
hi @alta-atc , you should be able to require it in the
tasktype extension (the base extension type, not to be confused gcp tasks)you might need to add additional IAM permissions to the cloud function service account (rowy-backend@
PROJECT_ID.iam.gserviceaccount.com)