Represents the GCP Cloud Functions execution context.
2nd-gen CloudEvent functions receive no separate context argument (the metadata is on the event), so this is optional and only present for 1st-gen background functions (data, context).
(data, context)
Represents the GCP Cloud Functions execution context.
2nd-gen CloudEvent functions receive no separate context argument (the metadata is on the event), so this is optional and only present for 1st-gen background functions
(data, context).