You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What part(s) of the article would you like to see updated?
When writing a GCP cloud function to handle inbound Segment data, I need to know what the body of the request is going to look like so that I can write handlers for it. Without that, I have to find out by trial and error, creating an event that just dumps everything to the console. That's very silly!