We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1698f77 commit 09b6586Copy full SHA for 09b6586
1 file changed
cdk/PgStacInfra.ts
@@ -66,6 +66,7 @@ export class PgStacInfra extends Stack {
66
addPgbouncer: true,
67
pgstacVersion: pgstacDbConfig.pgstacVersion,
68
customResourceProperties: { context: true },
69
+ bootstrapperLambdaFunctionOptions: { timeout: Duration.minutes(15) },
70
});
71
72
const apiSubnetSelection: ec2.SubnetSelection = {
0 commit comments