Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 634 Bytes

File metadata and controls

14 lines (9 loc) · 634 Bytes

Cloud Run Pub/Sub Tutorial Sample

This sample shows how to create a service that processes Pub/Sub messages.

Use it with the Cloud Pub/Sub with Cloud Run tutorial.

For more details on how to work with this sample read the Google Cloud Run Node.js Samples README.

Dependencies

  • express: Web server framework.
  • body-parser: express middleware for request payload processing.
  • mocha: [development] Test running framework.
  • supertest: [development] HTTP assertion test client.