Skip to content

Commit

Permalink
feat: upgrade cdk version (#16)
Browse files Browse the repository at this point in the history
* feat: upgrade cdk version

* fix: build error
  • Loading branch information
mr-robot-in authored Dec 20, 2024
1 parent d966245 commit 20721c3
Show file tree
Hide file tree
Showing 9 changed files with 1,073 additions and 903 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json

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

2 changes: 2 additions & 0 deletions .github/workflows/pull-request-lint.yml

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

39 changes: 15 additions & 24 deletions .projen/deps.json

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

7 changes: 5 additions & 2 deletions .projen/tasks.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.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { AwsCdkConstructLibrary } = require('projen/lib/awscdk');
const { NpmAccess } = require('projen/lib/javascript');
const CDK_VERSION = '2.127.0';
const CDK_VERSION = '2.169.0';
const project = new AwsCdkConstructLibrary({
author: 'Bharat Parmar',
authorAddress: '[email protected]',
Expand Down
18 changes: 9 additions & 9 deletions API.md

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

25 changes: 11 additions & 14 deletions package.json

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

5 changes: 5 additions & 0 deletions src/constructs/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ export interface PeeringConfig {
readonly peerRegion?: string;
readonly tags: Record<string, string>;
}


export interface PeeringConnectionInternalType {
/**
* @jsii ignore
*/
[name: string]: ec2.CfnVPCPeeringConnection;
}
export interface SecurityGroupRule {
Expand Down
Loading

0 comments on commit 20721c3

Please sign in to comment.