serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

feat: Add `google-node-logging-sink-subscription` community example #691

Closed gnokoheat closed 2 years ago

gnokoheat commented 2 years ago

This is an example of invoking a cloud function when a specific desired event in the google cloud project occurs. Logging sink, pubsub, and cloud function are created through serverless. Process flow : specific event -> logging sink -> pubsub -> cloud function

pgrzesik commented 2 years ago

Hello @gnokoheat - thanks for the proposal - if you'd like to submit a community example, please add it in your own repository and link it here as a part of community examples. Thank you 🙇

gnokoheat commented 2 years ago

Hello! @pgrzesik - I see. I updated codes for community examples form.