Callback provided by Sanity CLI when doing local development.
The CLI receives the event data alone: it delivers it to the target function as event.data and derives the target's context from the calling function's own context.
event.data
Optional
Callback provided by Sanity CLI when doing local development.
The CLI receives the event data alone: it delivers it to the target function as
event.dataand derives the target's context from the calling function's own context.