SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
252 Bytes
// src/adapter/aws-lambda/index.ts
import { handle, streamHandle, defaultIsContentTypeBinary } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
defaultIsContentTypeBinary,
getConnInfo,
handle,
streamHandle
};