Jacob KimJ
Convex Community12mo ago
7 replies
Jacob Kim

Convex on my lambda

I need to ingest some data to convex. how do I authenticate convex on a lambda instance? Also would I use mutation with the client from convex/browser?
import { ConvexClient } from 'convex/browser'

const client = new ConvexClient(CONVEX_URL)

await client.mutation(api.tasks.dumpData, { data })


Thanks
Was this page helpful?