Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guardian/cdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v58.1.0
Choose a base ref
...
head repository: guardian/cdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on May 13, 2024

  1. fix(deps): Update AWS CDK libraries to 2.141.0, and constructs to 10.3.0

    Update aws-cdk to 2.141.0, aws-cdk-lib to 2.141.0, constructs to 10.3.0
    guardian-ci authored and AshCorr committed May 13, 2024
    Copy the full SHA
    1da0da9 View commit details
  2. Copy the full SHA
    b57a2dd View commit details
  3. Merge pull request #2307 from guardian/update-aws-cdk-2.141.0

    fix(deps): Update AWS CDK libraries to 2.141.0, and constructs to 10.3.0
    AshCorr authored May 13, 2024
    Copy the full SHA
    19779d7 View commit details

Commits on May 14, 2024

  1. feat: Add useful ASG group metrics (TOTAL_INSTANCES, etc) by default

    When diagnosing performance issues with EC2 apps, it's really useful to know the historic context of how many EC2 instances have been present in the Auto-Scaling Group - like, [_"how long have we been running MAPI mobile-fronts with 29 instances?"_](guardian/mobile-apps-api#2865 (comment)) - unfortunately, by default, ASGs don't record these metrics and they need to be explicitly enabled.
    
    There's a cost associated with every CloudWatch metric recorded, and there's always a pressure for costs to be kept down. But it's not really possible to know in advance when we're going to need these metrics, and when we need them, we really do need them - otherwise performance diagnosis is missing crucial parts of the puzzle.
    
    To minimise the cost here, we're only adding `TOTAL_INSTANCES` & `IN_SERVICE_INSTANCES` here, rather than [all 8 ASG group metrics](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_autoscaling.GroupMetric.html#properties).
    
    ## Cost per ASG with 2 metrics enabled
    
    https://calculator.aws/#/estimate?id=c593ec622774e2167c447f8d797ab4f04f9226be
    
    * per month: $1.48
    * per year: $18
    
    There are two costs associated with any ASG metric being stored:
    
    * The cost of the metric itself: $0.30 per month
    * The monthly cost of the `PutMetricData` call made 43800 times ([once a minute](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_autoscaling.CfnAutoScalingGroup.MetricsCollectionProperty.html#granularity)): $0.44
    
    ## Cost on example AWS account
    
    The `media-service` account is probably above-average in terms of the number of ASGs it has: **40**. If all ASGs in the account had the 2 metrics enabled, this would have a total cost for the account of:
    
    * per month: $59.20 ($1.48 * 40)
    
    The current monthly spend in the `media-service` account is about $16000, with $360 being Cloudwatch spend. From this, my belief is that an additional $59.20 in Cloudwatch spend for these metrics is not excessive.
    rtyley committed May 14, 2024
    Copy the full SHA
    c8400c9 View commit details
  2. Merge pull request #2255 from guardian/add-asg-group-metrics-by-default

    feat: Add useful ASG group metrics (`TOTAL_INSTANCES`, etc) by default
    rtyley authored May 14, 2024
    Copy the full SHA
    176c326 View commit details

Commits on May 15, 2024

  1. chore(deps): bump aws-sdk from 2.1616.0 to 2.1620.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1616.0 to 2.1620.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1616.0...v2.1620.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 15, 2024
    Copy the full SHA
    c28a12c View commit details

Commits on May 16, 2024

  1. Merge pull request #2310 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1620.0
    
    chore(deps): bump aws-sdk from 2.1616.0 to 2.1620.0
    akash1810 authored May 16, 2024
    Copy the full SHA
    f6a5e35 View commit details
  2. chore(deps): bump @types/node from 20.12.10 to 20.12.12

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.10 to 20.12.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 16, 2024
    Copy the full SHA
    9490435 View commit details
  3. Merge pull request #2311 from guardian/dependabot/npm_and_yarn/types/…

    …node-20.12.12
    
    chore(deps): bump @types/node from 20.12.10 to 20.12.12
    akash1810 authored May 16, 2024
    Copy the full SHA
    33b3f3f View commit details

Commits on May 22, 2024

  1. ---

    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 22, 2024
    Copy the full SHA
    4fdd3b4 View commit details

Commits on May 23, 2024

  1. Merge pull request #2316 from guardian/dependabot/npm_and_yarn/ts-jes…

    …t-29.1.3
    
    chore(deps): bump ts-jest from 29.1.2 to 29.1.3
    akash1810 authored May 23, 2024
    Copy the full SHA
    e6aa92b View commit details
  2. ---

    updated-dependencies:
    - dependency-name: "@changesets/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 23, 2024
    Copy the full SHA
    be92691 View commit details
  3. Merge pull request #2315 from guardian/dependabot/npm_and_yarn/change…

    …sets/cli-2.27.3
    
    chore(deps): bump @changesets/cli from 2.27.1 to 2.27.3
    akash1810 authored May 23, 2024
    Copy the full SHA
    49f3d39 View commit details
  4. chore(deps): bump aws-sdk from 2.1620.0 to 2.1626.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1620.0 to 2.1626.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1620.0...v2.1626.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 23, 2024
    Copy the full SHA
    a75127c View commit details
  5. Merge pull request #2318 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1626.0
    
    chore(deps): bump aws-sdk from 2.1620.0 to 2.1626.0
    akash1810 authored May 23, 2024
    Copy the full SHA
    74ffd04 View commit details
  6. Copy the full SHA
    c2c532e View commit details
  7. Copy the full SHA
    b1c3147 View commit details
  8. Merge pull request #2309 from guardian/changeset-release/main

    🦋 Release package updates
    marsavar authored May 23, 2024
    Copy the full SHA
    c5aff8f View commit details

Commits on May 28, 2024

  1. chore(deps): bump ts-jest from 29.1.3 to 29.1.4

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.3 to 29.1.4.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.3...v29.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 28, 2024
    Copy the full SHA
    43ae5f4 View commit details
  2. Merge pull request #2319 from guardian/dependabot/npm_and_yarn/ts-jes…

    …t-29.1.4
    
    chore(deps): bump ts-jest from 29.1.3 to 29.1.4
    akash1810 authored May 28, 2024
    Copy the full SHA
    d554aa2 View commit details
  3. chore(deps): bump aws-sdk from 2.1626.0 to 2.1628.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1626.0 to 2.1628.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1626.0...v2.1628.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 28, 2024
    Copy the full SHA
    549f822 View commit details
  4. Merge pull request #2320 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1628.0
    
    chore(deps): bump aws-sdk from 2.1626.0 to 2.1628.0
    akash1810 authored May 28, 2024
    Copy the full SHA
    69532b2 View commit details
  5. chore(deps): bump @changesets/cli from 2.27.3 to 2.27.5

    Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.3 to 2.27.5.
    - [Release notes](https://github.com/changesets/changesets/releases)
    - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
    - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@changesets/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 28, 2024
    Copy the full SHA
    42e13a9 View commit details

Commits on May 29, 2024

  1. Merge pull request #2321 from guardian/dependabot/npm_and_yarn/change…

    …sets/cli-2.27.5
    
    chore(deps): bump @changesets/cli from 2.27.3 to 2.27.5
    akash1810 authored May 29, 2024
    Copy the full SHA
    3bc4bae View commit details
  2. chore(deps): bump aws-sdk from 2.1628.0 to 2.1629.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1628.0 to 2.1629.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1628.0...v2.1629.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 29, 2024
    Copy the full SHA
    bbe772b View commit details
  3. Merge pull request #2322 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1629.0
    
    chore(deps): bump aws-sdk from 2.1628.0 to 2.1629.0
    akash1810 authored May 29, 2024
    Copy the full SHA
    1350de9 View commit details

Commits on Jun 5, 2024

  1. chore(deps): bump @types/node from 20.12.12 to 20.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 5, 2024
    Copy the full SHA
    3d530f2 View commit details

Commits on Jun 6, 2024

  1. Merge pull request #2326 from guardian/dependabot/npm_and_yarn/types/…

    …node-20.14.2
    
    chore(deps): bump @types/node from 20.12.12 to 20.14.2
    akash1810 authored Jun 6, 2024
    Copy the full SHA
    a18e501 View commit details
  2. chore(deps): bump codemaker from 1.98.0 to 1.99.0

    Bumps [codemaker](https://github.com/aws/jsii/tree/HEAD/packages/codemaker) from 1.98.0 to 1.99.0.
    - [Release notes](https://github.com/aws/jsii/releases)
    - [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/jsii/commits/v1.99.0/packages/codemaker)
    
    ---
    updated-dependencies:
    - dependency-name: codemaker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 6, 2024
    Copy the full SHA
    c642b2a View commit details
  3. Merge pull request #2325 from guardian/dependabot/npm_and_yarn/codema…

    …ker-1.99.0
    
    chore(deps): bump codemaker from 1.98.0 to 1.99.0
    akash1810 authored Jun 6, 2024
    Copy the full SHA
    dea4610 View commit details
  4. chore(deps): bump aws-sdk from 2.1629.0 to 2.1635.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1629.0 to 2.1635.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1629.0...v2.1635.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 6, 2024
    Copy the full SHA
    43b447e View commit details
  5. Merge pull request #2329 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1635.0
    
    chore(deps): bump aws-sdk from 2.1629.0 to 2.1635.0
    akash1810 authored Jun 6, 2024
    Copy the full SHA
    a9daf80 View commit details
  6. chore(deps): bump prettier from 3.2.5 to 3.3.1

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 6, 2024
    Copy the full SHA
    432e8cc View commit details
  7. Merge pull request #2324 from guardian/dependabot/npm_and_yarn/pretti…

    …er-3.3.1
    
    chore(deps): bump prettier from 3.2.5 to 3.3.1
    akash1810 authored Jun 6, 2024
    Copy the full SHA
    06f9558 View commit details

Commits on Jun 11, 2024

  1. chore(deps): Remove cz-conventional-changelog

    Since the migration to changesets from semantic-release in #2071,
    the requirement to use convential commits is removed.
    
    Therefore we can drop a dependency.
    akash1810 committed Jun 11, 2024
    Copy the full SHA
    7363dfb View commit details
  2. chore: Remove configuraiton for semantic-release

    Since #2071 this is no longer needed.
    akash1810 committed Jun 11, 2024
    Copy the full SHA
    bbd91fa View commit details
  3. Merge pull request #2313 from guardian/aa/tidy

    chore: Further changes for changesets
    akash1810 authored Jun 11, 2024
    Copy the full SHA
    36d31f0 View commit details
  4. chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group

    Bumps the npm_and_yarn group with 1 update: [braces](https://github.com/micromatch/braces).
    
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 11, 2024
    Copy the full SHA
    408fdb6 View commit details
  5. Merge pull request #2333 from guardian/dependabot/npm_and_yarn/npm_an…

    …d_yarn-5134b82be1
    
    chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
    akash1810 authored Jun 11, 2024
    Copy the full SHA
    de57d26 View commit details
  6. fix(deps): Update AWS CDK libraries to 2.145.0, and constructs to 10.3.0

    Update aws-cdk to 2.145.0, aws-cdk-lib to 2.145.0, constructs to 10.3.0
    guardian-ci authored and akash1810 committed Jun 11, 2024
    Copy the full SHA
    87242ca View commit details
  7. Merge pull request #2331 from guardian/update-aws-cdk-2.145.0

    fix(deps): Update AWS CDK libraries to 2.145.0, and constructs to 10.3.0
    akash1810 authored Jun 11, 2024
    Copy the full SHA
    6ffa712 View commit details

Commits on Jun 12, 2024

  1. chore(deps): bump aws-sdk from 2.1635.0 to 2.1639.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1635.0 to 2.1639.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1635.0...v2.1639.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 12, 2024
    Copy the full SHA
    43fa19c View commit details

Commits on Jun 13, 2024

  1. Merge pull request #2336 from guardian/dependabot/npm_and_yarn/aws-sd…

    …k-2.1639.0
    
    chore(deps): bump aws-sdk from 2.1635.0 to 2.1639.0
    akash1810 authored Jun 13, 2024
    Copy the full SHA
    e28c521 View commit details
  2. chore(deps): bump prettier from 3.3.1 to 3.3.2

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.1...3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 13, 2024
    Copy the full SHA
    7bd7b4b View commit details
  3. Merge pull request #2339 from guardian/dependabot/npm_and_yarn/pretti…

    …er-3.3.2
    
    chore(deps): bump prettier from 3.3.1 to 3.3.2
    akash1810 authored Jun 13, 2024
    Copy the full SHA
    2835f02 View commit details
  4. Bump package version

    github-actions[bot] authored and akash1810 committed Jun 13, 2024
    Copy the full SHA
    755bd43 View commit details
  5. Merge pull request #2335 from guardian/changeset-release/main

    🦋 Release package updates
    akash1810 authored Jun 13, 2024
    Copy the full SHA
    9f6922b View commit details

Commits on Jun 19, 2024

  1. chore(deps): bump ts-jest from 29.1.4 to 29.1.5

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.4 to 29.1.5.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.4...v29.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 19, 2024
    Copy the full SHA
    92a0a90 View commit details
  2. chore(deps): bump aws-sdk from 2.1639.0 to 2.1644.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1639.0 to 2.1644.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1639.0...v2.1644.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 19, 2024
    Copy the full SHA
    cf02f90 View commit details
  3. chore(deps): bump codemaker from 1.99.0 to 1.100.0

    Bumps [codemaker](https://github.com/aws/jsii/tree/HEAD/packages/codemaker) from 1.99.0 to 1.100.0.
    - [Release notes](https://github.com/aws/jsii/releases)
    - [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/jsii/commits/v1.100.0/packages/codemaker)
    
    ---
    updated-dependencies:
    - dependency-name: codemaker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 19, 2024
    Copy the full SHA
    cfabd43 View commit details
Showing with 4,742 additions and 2,928 deletions.
  1. +0 −1 .github/workflows/cd.yaml
  2. +0 −38 .github/workflows/combine-prs.yml
  3. +372 −0 CHANGELOG.md
  4. +1 −23 docs/contributing.md
  5. +567 −2,346 package-lock.json
  6. +21 −27 package.json
  7. +0 −15 release.config.js
  8. +1 −0 src/constants/metadata-keys.ts
  9. +4 −4 src/constructs/autoscaling/asg.test.ts
  10. +24 −9 src/constructs/autoscaling/asg.ts
  11. +2 −0 src/constructs/autoscaling/user-data.ts
  12. +18 −0 src/constructs/cloudwatch/__snapshots__/api-gateway-alarms.test.ts.snap
  13. +54 −0 src/constructs/cloudwatch/__snapshots__/ec2-alarms.test.ts.snap
  14. +36 −0 src/constructs/cloudwatch/__snapshots__/lambda-alarms.test.ts.snap
  15. +27 −3 src/constructs/ec2/vpc.ts
  16. +858 −328 src/constructs/ecs/__snapshots__/ecs-task.test.ts.snap
  17. +19 −5 src/constructs/ecs/ecs-task.test.ts
  18. +24 −10 src/constructs/ecs/ecs-task.ts
  19. +0 −1 src/constructs/iam/policies/anghammarad.test.ts
  20. +10 −14 src/constructs/iam/roles/__snapshots__/github-actions.test.ts.snap
  21. +11 −2 src/constructs/iam/roles/github-actions.test.ts
  22. +7 −2 src/constructs/iam/roles/github-actions.ts
  23. +2 −2 src/constructs/lambda/lambda.test.ts
  24. +2 −2 src/constructs/lambda/lambda.ts
  25. +1 −1 src/constructs/loadbalancing/alb/application-listener.ts
  26. +39 −2 src/constructs/rds/instance.test.ts
  27. +2 −1 src/constructs/rds/instance.ts
  28. +44 −0 src/constructs/vpc/__snapshots__/vpc.test.ts.snap
  29. +9 −0 src/constructs/vpc/vpc.test.ts
  30. +5 −5 src/constructs/vpc/vpc.ts
  31. +2 −0 src/experimental/constructs/iam/roles/__snapshots__/fastly-kinesis-log.test.ts.snap
  32. +1,019 −0 src/experimental/patterns/__snapshots__/ec2-app.test.ts.snap
  33. +24 −0 src/experimental/patterns/__snapshots__/kinesis-lambda.test.ts.snap
  34. +270 −0 src/experimental/patterns/ec2-app.test.ts
  35. +386 −0 src/experimental/patterns/ec2-app.ts
  36. +271 −0 src/patterns/__snapshots__/scheduled-lambda.test.ts.snap
  37. +14 −2 src/patterns/ec2-app/__snapshots__/base.test.ts.snap
  38. +121 −39 src/patterns/ec2-app/base.test.ts
  39. +43 −10 src/patterns/ec2-app/base.ts
  40. +4 −4 src/patterns/ec2-app/framework.test.ts
  41. +3 −2 src/patterns/scheduled-ecs-task.test.ts
  42. +17 −1 src/patterns/scheduled-lambda.test.ts
  43. +6 −2 src/patterns/scheduled-lambda.ts
  44. +20 −17 src/riff-raff-yaml-file/deployments/cloudformation.ts
  45. +262 −0 src/riff-raff-yaml-file/index.test.ts
  46. +36 −6 src/riff-raff-yaml-file/index.ts
  47. +3 −1 src/riff-raff-yaml-file/types.ts
  48. +33 −0 src/utils/cognito/cognito.test.ts
  49. +14 −0 src/utils/cognito/cognito.ts
  50. +1 −0 src/utils/test/index.ts
  51. +29 −0 src/utils/test/template.ts
  52. +3 −3 tools/integration-test/package.json
  53. +1 −0 tsconfig.json
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ on:
push:
branches:
- main
- beta
workflow_dispatch:

jobs:
38 changes: 0 additions & 38 deletions .github/workflows/combine-prs.yml

This file was deleted.

Loading