Skip to content

Commit

Permalink
feat: add WebLoadBalancing construct (#133)
Browse files Browse the repository at this point in the history
* feat: add WebLoadBalancing construct
* feat: add SecretHttpHeader construct
  • Loading branch information
doublecompile committed Jun 20, 2024
1 parent 54ce488 commit 99cd963
Show file tree
Hide file tree
Showing 13 changed files with 7,514 additions and 4,442 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const project = new awscdk.AwsCdkConstructLibrary({

cdkVersion: "2.108.0",
majorVersion: 0,
jsiiVersion: "~5.3.0",
jsiiVersion: "~5.4.0",

projenTokenSecret: "PROJEN_GITHUB_TOKEN",
autoApproveOptions: {
Expand Down
7,032 changes: 4,675 additions & 2,357 deletions docs/api/API.md

Large diffs are not rendered by default.

50 changes: 28 additions & 22 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from "./ec2";
export * from "./ecs";
export * from "./ecs-patterns";
export * from "./efs";
export * as networking from "./networking";
export * from "./rds";
export * from "./vpc";
export * from "./context";
Expand Down
2 changes: 2 additions & 0 deletions src/networking/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./load-balancing";
export * from "./secret-http-header";
Loading

0 comments on commit 99cd963

Please sign in to comment.