Skip to content

feat: Add async and streaming examples #393

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

Merged

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Jul 31, 2025

Adds two new examples to demonstrate asynchronous and streaming capabilities:

  • cloud_run_async: Shows how to create basic asynchronous HTTP and CloudEvent functions.
  • cloud_run_streaming_http: Shows how to create both synchronous and asynchronous streaming HTTP functions.

The examples include instructions for running locally with the functions-framework CLI and deploying to Cloud Run with gcloud.

Adds two new examples to demonstrate asynchronous and streaming capabilities:

- `cloud_run_async`: Shows how to create basic asynchronous HTTP and CloudEvent functions.
- `cloud_run_streaming_http`: Shows how to create both synchronous and asynchronous streaming HTTP functions.

The examples include instructions for running locally with the `functions-framework` CLI and deploying to Cloud Run with `gcloud`.
@taeold taeold force-pushed the add-async-and-streaming-examples branch from c1dcab3 to ad40680 Compare July 31, 2025 20:55
@taeold taeold changed the title docs: Add async and streaming examples fix(ci): Add release-assets.githubusercontent.com to allowed endpoints Jul 31, 2025
@taeold taeold changed the title fix(ci): Add release-assets.githubusercontent.com to allowed endpoints feat: Add async and streaming examples Jul 31, 2025
taeold added 4 commits July 31, 2025 18:44
- Add version specifier to functions-framework dependency
- Remove --allow-unauthenticated from gcloud commands
- Fix typo in Cloud Run URL
- Update Cloud Run link to Cloud Functions
@taeold taeold merged commit a07b1e4 into GoogleCloudPlatform:main Aug 4, 2025
51 checks passed
@taeold taeold deleted the add-async-and-streaming-examples branch August 4, 2025 20:39
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.

2 participants