@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
10 lines (9 loc) • 312 B
TypeScript
/**
* Posts message to socket connection
* Assumes socket connection already exists for given cacheKey
* If connectionId found for cacheKey and post to socket fails, assumes stale and clears from DB
*/
export declare const sendHandler: (event: any) => Promise<{
statusCode: number;
body: string;
}>;