Skip to content

Commit 09b6586

Browse files
authored
fix: increase pgstac db bootstrap lambda timeout to 15 minutes (#80)
1 parent 1698f77 commit 09b6586

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cdk/PgStacInfra.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class PgStacInfra extends Stack {
6666
addPgbouncer: true,
6767
pgstacVersion: pgstacDbConfig.pgstacVersion,
6868
customResourceProperties: { context: true },
69+
bootstrapperLambdaFunctionOptions: { timeout: Duration.minutes(15) },
6970
});
7071

7172
const apiSubnetSelection: ec2.SubnetSelection = {

0 commit comments

Comments
 (0)