UNPKG

@event-inc/pipelines

Version:

Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.

11 lines (9 loc) 174 B
export default function transform(event: any, context: any) { return { collection: `my-collection`, document: { name: JSON.parse(event.body), context, }, }; }