diff --git a/infra/aws/app_api/lambda_generic.ts b/infra/aws/app_api/lambda_generic.ts new file mode 100644 index 00000000..f8a188e2 --- /dev/null +++ b/infra/aws/app_api/lambda_generic.ts @@ -0,0 +1,4 @@ +import { createEmbedLambdaGeneric } from "../embed/lambda_generic"; + +// The lambda creation function is identical to the embed lambda creation function +export const createAppLambdaGeneric = createEmbedLambdaGeneric;