We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d0f39 commit cb99dbeCopy full SHA for cb99dbe
1 file changed
lambdas/allocation/src/index.ts
@@ -0,0 +1,7 @@
1
+import createAllocator from "./allocator";
2
+import { createDependenciesContainer } from "./deps";
3
+
4
+const container = createDependenciesContainer();
5
6
+// eslint-disable-next-line import-x/prefer-default-export
7
+export const handler = createAllocator(container);
0 commit comments