Skip to content

Commit 1c698c1

Browse files
adadoucheAbdelhalim Dadouche
andauthored
- upgrading to the lastest version of CDK (#17)
- adjusting constructor parameter Co-authored-by: Abdelhalim Dadouche <adadouch@amazon.fr>
1 parent c1518e3 commit 1c698c1

File tree

3 files changed

+4
-40
lines changed

3 files changed

+4
-40
lines changed

bin/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const defaultProps: cdk.StackProps = {
3636
/**
3737
* Set up networking to allow us to securely attach EFS to our CodeBuild instances.
3838
*/
39-
const vpc = new PipelineNetworkStack(app, {
39+
const vpc = new PipelineNetworkStack(app, "PipelineNetwork", {
4040
...defaultProps,
4141
});
4242

package-lock.json

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "20.1.0",
2020
"@typescript-eslint/eslint-plugin": "^5.59.6",
2121
"@typescript-eslint/parser": "^5.59.6",
22-
"aws-cdk-lib": "2.156.0",
22+
"aws-cdk-lib": "^2.170.0",
2323
"eslint": "^8.40.0",
2424
"eslint-config-prettier": "^8.8.0",
2525
"eslint-plugin-prettier": "^4.2.1",
@@ -31,9 +31,9 @@
3131
"typescript": "~5.0.4"
3232
},
3333
"dependencies": {
34-
"aws-cdk-lib": "2.156.0",
34+
"aws-cdk-lib": "^2.170.0",
35+
"constructs": "^10.4.2",
3536
"aws4embeddedlinux-cdk-lib": "github:aws4embeddedlinux/aws4embeddedlinux-ci",
36-
"constructs": "^10.0.0",
3737
"source-map-support": "^0.5.21"
3838
}
3939
}

0 commit comments

Comments
 (0)