Skip to content

Commit

Permalink
Merge branch 'main' into huijbers/runner-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored Jan 6, 2025
2 parents 068ebe7 + 8f97112 commit be6fef7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/service-spec-types": "^0.0.110",
"@aws-cdk/aws-service-spec": "^0.1.45",
"@aws-cdk/service-spec-types": "^0.0.111",
"chalk": "^4",
"diff": "^5.2.0",
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@aws-cdk/cloud-assembly-schema": "^39.0.0",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.45",
"cdk-assets": "3.0.0-rc.111",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const lb = new elbv2.ApplicationLoadBalancer(this, 'LB', {
// The idle timeout value, in seconds
idleTimeout: Duration.seconds(1000),

// Whether HTTP headers with header fields thatare not valid
// Whether HTTP headers with header fields that are not valid
// are removed by the load balancer (true), or routed to targets
dropInvalidHeaderFields: true,

Expand Down Expand Up @@ -578,7 +578,7 @@ You can set cross-zone load balancing setting at the target group level by setti

If not specified, it will use the load balancer's configuration.

For more infomation, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).
For more information, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).

```ts
declare const vpc: ec2.Vpc;
Expand Down Expand Up @@ -809,7 +809,7 @@ Node.of(resource).addDependency(targetGroup.loadBalancerAttached);
You may look up load balancers and load balancer listeners by using one of the
following lookup methods:

- `ApplicationLoadBalancer.fromlookup(options)` - Look up an application load
- `ApplicationLoadBalancer.fromLookup(options)` - Look up an application load
balancer.
- `ApplicationListener.fromLookup(options)` - Look up an application load
balancer listener.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.45",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.45",
"@aws-cdk/service-spec-importers": "^0.0.62",
"@aws-cdk/service-spec-types": "^0.0.110",
"@aws-cdk/service-spec-types": "^0.0.111",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.3",
"camelcase": "^6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==

"@aws-cdk/aws-service-spec@^0.1.44":
version "0.1.44"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.44.tgz#eb43f18346433a4d87871e98cbab4697b3b7f126"
integrity sha512-t21QOjnBwskftloYVzSi8g2Ls6u4sGG2eLY5WB9PMZ3Mhnv2V1L81sZ8I8Uoe9TSzjHlCvew5SYAFkXKdeqnaQ==
"@aws-cdk/aws-service-spec@^0.1.45":
version "0.1.45"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.45.tgz#2f2ca43007ff469f21a134c7730ef58cf97c7be5"
integrity sha512-Bus8BdIAHEvEbzavb2WXFYbkfktWPS+vqWd07RjryNT9Qqh/YiMgjUF3RFRBhtV3Obu7XZfbXbWkNJWvsWvY4g==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.110"
"@aws-cdk/service-spec-types" "^0.0.111"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/cloud-assembly-schema@^39.0.0", "@aws-cdk/cloud-assembly-schema@^39.0.1", "@aws-cdk/cloud-assembly-schema@^39.1.34":
Expand Down Expand Up @@ -129,10 +129,10 @@
dependencies:
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/service-spec-types@^0.0.110":
version "0.0.110"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.110.tgz#8eb340306cb8de5038c9254fce97edb6036fc22f"
integrity sha512-ms9LK1lboCFh8FZrmR1X5VWUP6PnfYsm+RsvRDHRMRZ4ohJHwX7anOdWU2qduoAReaPDVP4G6HRjQC418UXCEg==
"@aws-cdk/service-spec-types@^0.0.111":
version "0.0.111"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.111.tgz#7b264494eed118bedc8ce445f2ff38f3772eda02"
integrity sha512-/LElEMPhkqOHbLlnRZ3T621qxNuPWuMfGTElJzphllS/Xh44/UrNETKqLnnsRgsRVBj/vBwpPquLLfHiJwtWbg==
dependencies:
"@cdklabs/tskb" "^0.0.3"

Expand Down

0 comments on commit be6fef7

Please sign in to comment.