An endpoint built with FastAPI for receiving GitHub Webhook Events — In my previous post, Build a Webhook Endpoint with FastAPI, we demonstrated how to build a webhook endpoint for receiving GitHub Webhook events. In this post, we will deploy an API endpoint to GCP API GateWay and Cloud Run, so we receive messages from GitHub with a public endpoint. Deploy microservice to Cloud Run We’ve…