Skip to content

Commit b655b08

Browse files
authored
fix(custom-resources): custom resource provider can't exceed 1 hour (#27533)
This change fixes the documentation for `ProviderProps.totalTimeout` to specify the correct value of 1 hour. Closes #24974. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ba3258d commit b655b08

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/custom-resources/lib/provider-framework

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/custom-resources/lib/provider-framework/provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface ProviderProps {
5959
/**
6060
* Total timeout for the entire operation.
6161
*
62-
* The maximum timeout is 2 hours (yes, it can exceed the AWS Lambda 15 minutes)
62+
* The maximum timeout is 1 hour (yes, it can exceed the AWS Lambda 15 minutes)
6363
*
6464
* @default Duration.minutes(30)
6565
*/

0 commit comments

Comments
 (0)