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 8bb9bc9 commit 15fb3b5Copy full SHA for 15fb3b5
src/index.ts
@@ -131,7 +131,7 @@ export class CodeConnectionsHostCustomResource extends cr.AwsCustomResource {
131
super(scope, id, {
132
functionName: names.functionName,
133
role: functionRole,
134
- timeout: cdk.Duration.seconds(15),
+ timeout: cdk.Duration.minutes(2),
135
installLatestAwsSdk: true,
136
//logGroup: todo
137
onCreate: {
0 commit comments