diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 24c6509d..b4d0bf68 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1055,7 +1055,7 @@ const redashDb = new aws.rds.Instance( allocatedStorage: 20, maxAllocatedStorage: 30, // maxAllocatedStorage needs to be bigger than allocatedStorage engine: "postgres", - engineVersion: "13.13", + engineVersion: "13.15", instanceClass: "db.t3.micro", dbName: redashDbName, password: redashDbPassword, @@ -1893,6 +1893,7 @@ const amplifyAppInfo = coreInfraStack cloudflareDomain: CLOUDFLARE_DOMAIN, cloudflareZoneId: CLOUDFLARE_ZONE_ID, prefix: prefix, + additional_prefix: `developer`, branchName: passportBranches[stack], environmentVariables: passportXyzAppEnvironment, tags: { Name: `${prefix}.${domainName}` }, diff --git a/infra/package.json b/infra/package.json index 47b5fd0b..2c39ceec 100644 --- a/infra/package.json +++ b/infra/package.json @@ -13,6 +13,6 @@ "@pulumi/awsx": "^1.0.5", "@pulumi/command": "^0.10.0", "@pulumi/pulumi": "^3.79.0", - "infra-libs": "passportxyz/infra-libs#semver:^1.1.0" + "infra-libs": "passportxyz/infra-libs#semver:^1.2.1" } } diff --git a/infra/yarn.lock b/infra/yarn.lock index 349909e4..fb687b6c 100644 --- a/infra/yarn.lock +++ b/infra/yarn.lock @@ -1673,9 +1673,9 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -"infra-libs@passportxyz/infra-libs#semver:^1.1.0": +"infra-libs@passportxyz/infra-libs#semver:^1.2.1": version "1.0.0" - resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/1de32e835e9ebb47bb35db71e3ca66d49915f1ed" + resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/8170b9d4286cad3ad0809c252f65fc0d36776dae" dependencies: "@1password/op-js" "^0.1.13" "@pulumi/aws" "^6.45.0"