diff --git a/platform/src/components/aws/function.ts b/platform/src/components/aws/function.ts index 5d6732fe6..9fc3206ab 100644 --- a/platform/src/components/aws/function.ts +++ b/platform/src/components/aws/function.ts @@ -652,7 +652,7 @@ export interface FunctionArgs { * cold starts. */ nodejs?: Input<{ - plugins: Input; + plugins?: Input; /** * Configure additional esbuild loaders for other file extensions. This is useful * when your code is importing non-JS files like `.png`, `.css`, etc.