Skip to content

Commit

Permalink
feat: ele-4721 update cdk to latest v1.163.1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crevitus authored Jul 14, 2022
1 parent 92199b7 commit de4cd95
Show file tree
Hide file tree
Showing 8 changed files with 1,795 additions and 8,423 deletions.
2,377 changes: 259 additions & 2,118 deletions examples/container-lambda-worker/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/container-lambda-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assertions": "1.143.0",
"@aws-cdk/assertions": "1.163.1",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"aws-cdk": "1.143.0",
"aws-cdk": "1.163.1",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/core": "1.143.0",
"@aws-cdk/aws-ec2": "1.143.0",
"@aws-cdk/aws-sns": "1.143.0",
"@aws-cdk/aws-iam": "1.143.0",
"@aws-cdk/aws-lambda": "1.143.0",
"@aws-cdk/core": "1.163.1",
"@aws-cdk/aws-ec2": "1.163.1",
"@aws-cdk/aws-sns": "1.163.1",
"@aws-cdk/aws-iam": "1.163.1",
"@aws-cdk/aws-lambda": "1.163.1",
"cdk-ecr-deployment": "1.0.2",
"source-map-support": "^0.5.16"
}
Expand Down
Loading

0 comments on commit de4cd95

Please sign in to comment.