Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: new guide to deploy Pub/Sub function to Cloud Run #234

Merged
merged 1 commit into from
Feb 8, 2021
Merged

doc: new guide to deploy Pub/Sub function to Cloud Run #234

merged 1 commit into from
Feb 8, 2021

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Feb 8, 2021

Fixes #226

@coryan coryan marked this pull request as ready for review February 8, 2021 03:42
@coryan coryan requested a review from a team as a code owner February 8, 2021 03:42
An eventarc trigger receives events from Pub/Sub and forward them to your
function in the correct format. For simplicity, this guide will create create a
new topic as part of setting up the trigger. If you prefer to use an existing
topic read about the the `--topic-transport` option in the
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/topic read about the the/topic, read about the/


## Publish a Pub/Sub and verify your function receives it

Use the following `gcloud` to publish a message
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/$/:/

@coryan coryan merged commit 0e3c251 into GoogleCloudPlatform:main Feb 8, 2021
@coryan coryan deleted the doc-create-howto-deploy-cloudevent branch February 8, 2021 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a HOWTO guide for deploying a Pub/Sub function to Cloud Run
2 participants