màj wiki avec retour MES lot-5 AD

This commit is contained in:
Arthur Ria
2026-05-20 09:41:27 +02:00
commit 23eb3f3c84
4106 changed files with 469381 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// src/adapter/aws-lambda/index.ts
import { handle, streamHandle, defaultIsContentTypeBinary } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
defaultIsContentTypeBinary,
getConnInfo,
handle,
streamHandle
};