From 8d9eee5d6750ec9ebf55c12b4f5ee1d7e8ae91b1 Mon Sep 17 00:00:00 2001 From: hrodmn Date: Tue, 25 Nov 2025 11:30:30 -0600 Subject: [PATCH] feat: enable context extension in pgstac database --- cdk/PgStacInfra.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cdk/PgStacInfra.ts b/cdk/PgStacInfra.ts index 500f44f..fa151cb 100644 --- a/cdk/PgStacInfra.ts +++ b/cdk/PgStacInfra.ts @@ -65,6 +65,7 @@ export class PgStacInfra extends Stack { instanceType: pgstacDbConfig.instanceType, addPgbouncer: true, pgstacVersion: pgstacDbConfig.pgstacVersion, + customResourceProperties: { context: true }, }); const apiSubnetSelection: ec2.SubnetSelection = {