From 2a03c30485b8efc5e2564628a4eac3d9037b5056 Mon Sep 17 00:00:00 2001 From: alexalexiuc <> Date: Tue, 13 Feb 2024 23:00:53 +0200 Subject: [PATCH] Add missing enumerables to re-export --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index d8ccf05..e19fd4c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,4 +39,7 @@ export { BundlingOptions, ICommandHooks, LogLevel, + OutputFormat, + SourceMapMode, + Charset, } from "aws-cdk-lib/aws-lambda-nodejs";