We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd526ed commit 9936412Copy full SHA for 9936412
src/infraDeploy.ts
@@ -471,7 +471,7 @@ async function attachLayerToLambda(
471
},
472
473
//Timeout: LlDebugger.argOptions.observable ? undefined : 300, // Increase the timeout to 5 minutes
474
- Timeout: 300,
+ Timeout: Math.max(initialTimeout, 300), // Increase the timeout to min. 5 minutes
475
});
476
477
await getLambdaClient().send(updateFunctionConfigurationCommand);
0 commit comments