Optional
Protected
Call the sandbox service to execute a serverless function
const result = await platform.sandbox().spark("myFunction", { foo: "bar" }) Copy
const result = await platform.sandbox().spark("myFunction", { foo: "bar" })
Call the sandbox service to execute a serverless function