From dd1606b97dce19556656bd282797d788e2afc256 Mon Sep 17 00:00:00 2001 From: tmokmss Date: Sun, 14 Apr 2024 00:35:38 +0900 Subject: [PATCH] chore: mark uuid package as external --- src/llrt-function.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/llrt-function.ts b/src/llrt-function.ts index 0b8f72c..1e5625d 100644 --- a/src/llrt-function.ts +++ b/src/llrt-function.ts @@ -68,6 +68,7 @@ export class LlrtFunction extends NodejsFunction { '@aws-sdk/s3-request-presigner', '@aws-sdk/util-dynamodb', '@smithy', + 'uuid', ], ...props.bundling, },