Skip to content

Commit

Permalink
fix: forgot to add infra file (#779)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Iakobinyi-Pich <[email protected]>
  • Loading branch information
nutrina and Gerald Iakobinyi-Pich authored Feb 13, 2025
1 parent 8c5f1fb commit f231e23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/aws/app_api/lambda_generic.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit f231e23

Please sign in to comment.