Skip to content

Commit cb99dbe

Browse files
committed
Add index file
1 parent f0d0f39 commit cb99dbe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lambdas/allocation/src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)