Skip to content

Commit 7c776fa

Browse files
committed
Merge branch 'vmx-main' into itaggable
2 parents 00be649 + 8f8fcc9 commit 7c776fa

70 files changed

Lines changed: 3544 additions & 1243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-green-container-deployment-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,22 +9,22 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codebuild": "^1.128.0",
13-
"@aws-cdk/aws-codecommit": "^1.128.0",
14-
"@aws-cdk/aws-codepipeline": "^1.128.0",
15-
"@aws-cdk/aws-codepipeline-actions": "^1.128.0",
16-
"@aws-cdk/aws-ec2": "^1.128.0",
17-
"@aws-cdk/aws-ecs": "^1.128.0",
18-
"@aws-cdk/aws-elasticloadbalancingv2": "^1.128.0",
19-
"@aws-cdk/aws-sns": "^1.128.0",
20-
"@aws-cdk/aws-sns-subscriptions": "^1.128.0",
21-
"@aws-cdk/core": "^1.128.0",
22-
"@cloudcomponents/cdk-blue-green-container-deployment": "^1.45.0",
23-
"@cloudcomponents/cdk-container-registry": "^1.45.0",
24-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codebuild": "^1.133.0",
13+
"@aws-cdk/aws-codecommit": "^1.133.0",
14+
"@aws-cdk/aws-codepipeline": "^1.133.0",
15+
"@aws-cdk/aws-codepipeline-actions": "^1.133.0",
16+
"@aws-cdk/aws-ec2": "^1.133.0",
17+
"@aws-cdk/aws-ecs": "^1.133.0",
18+
"@aws-cdk/aws-elasticloadbalancingv2": "^1.133.0",
19+
"@aws-cdk/aws-sns": "^1.133.0",
20+
"@aws-cdk/aws-sns-subscriptions": "^1.133.0",
21+
"@aws-cdk/core": "^1.133.0",
22+
"@cloudcomponents/cdk-blue-green-container-deployment": "^1.46.0",
23+
"@cloudcomponents/cdk-container-registry": "^1.46.0",
24+
"source-map-support": "^0.5.21"
2525
},
2626
"devDependencies": {
2727
"@types/source-map-support": "^0.5.4",
28-
"aws-cdk": "^1.128.0"
28+
"aws-cdk": "^1.133.0"
2929
}
3030
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudfront-authorization-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,15 +9,15 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-cloudfront": "^1.128.0",
13-
"@aws-cdk/aws-cognito": "^1.128.0",
14-
"@aws-cdk/aws-s3": "^1.128.0",
15-
"@aws-cdk/core": "^1.128.0",
16-
"@cloudcomponents/cdk-cloudfront-authorization": "^1.46.0",
17-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-cloudfront": "^1.133.0",
13+
"@aws-cdk/aws-cognito": "^1.133.0",
14+
"@aws-cdk/aws-s3": "^1.133.0",
15+
"@aws-cdk/core": "^1.133.0",
16+
"@cloudcomponents/cdk-cloudfront-authorization": "^1.47.0",
17+
"source-map-support": "^0.5.21"
1818
},
1919
"devDependencies": {
2020
"@types/source-map-support": "^0.5.4",
21-
"aws-cdk": "^1.128.0"
21+
"aws-cdk": "^1.133.0"
2222
}
2323
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecommit-backup-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,17 +9,17 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codecommit": "^1.128.0",
13-
"@aws-cdk/aws-events": "^1.128.0",
14-
"@aws-cdk/aws-events-targets": "^1.128.0",
15-
"@aws-cdk/aws-sns": "^1.128.0",
16-
"@aws-cdk/aws-sns-subscriptions": "^1.128.0",
17-
"@aws-cdk/core": "^1.128.0",
18-
"@cloudcomponents/cdk-codecommit-backup": "^1.45.0",
19-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codecommit": "^1.133.0",
13+
"@aws-cdk/aws-events": "^1.133.0",
14+
"@aws-cdk/aws-events-targets": "^1.133.0",
15+
"@aws-cdk/aws-sns": "^1.133.0",
16+
"@aws-cdk/aws-sns-subscriptions": "^1.133.0",
17+
"@aws-cdk/core": "^1.133.0",
18+
"@cloudcomponents/cdk-codecommit-backup": "^1.46.0",
19+
"source-map-support": "^0.5.21"
2020
},
2121
"devDependencies": {
2222
"@types/source-map-support": "^0.5.4",
23-
"aws-cdk": "^1.128.0"
23+
"aws-cdk": "^1.133.0"
2424
}
2525
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepipeline-check-parameter-action-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,15 +9,15 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codecommit": "^1.128.0",
13-
"@aws-cdk/aws-codepipeline": "^1.128.0",
14-
"@aws-cdk/aws-codepipeline-actions": "^1.128.0",
15-
"@aws-cdk/core": "^1.128.0",
16-
"@cloudcomponents/cdk-codepipeline-check-parameter-action": "^1.46.0",
17-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codecommit": "^1.133.0",
13+
"@aws-cdk/aws-codepipeline": "^1.133.0",
14+
"@aws-cdk/aws-codepipeline-actions": "^1.133.0",
15+
"@aws-cdk/core": "^1.133.0",
16+
"@cloudcomponents/cdk-codepipeline-check-parameter-action": "^1.47.0",
17+
"source-map-support": "^0.5.21"
1818
},
1919
"devDependencies": {
2020
"@types/source-map-support": "^0.5.4",
21-
"aws-cdk": "^1.128.0"
21+
"aws-cdk": "^1.133.0"
2222
}
2323
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepipeline-merge-action-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"author": "hello@webappsolutions.de",
66
"private": true,
@@ -10,15 +10,15 @@
1010
"cdk": "cdk"
1111
},
1212
"dependencies": {
13-
"@aws-cdk/aws-codecommit": "^1.128.0",
14-
"@aws-cdk/aws-codepipeline": "^1.128.0",
15-
"@aws-cdk/aws-codepipeline-actions": "^1.128.0",
16-
"@aws-cdk/core": "^1.128.0",
17-
"@cloudcomponents/cdk-codepipeline-merge-action": "^1.47.0",
18-
"source-map-support": "^0.5.20"
13+
"@aws-cdk/aws-codecommit": "^1.133.0",
14+
"@aws-cdk/aws-codepipeline": "^1.133.0",
15+
"@aws-cdk/aws-codepipeline-actions": "^1.133.0",
16+
"@aws-cdk/core": "^1.133.0",
17+
"@cloudcomponents/cdk-codepipeline-merge-action": "^1.48.0",
18+
"source-map-support": "^0.5.21"
1919
},
2020
"devDependencies": {
2121
"@types/source-map-support": "^0.5.4",
22-
"aws-cdk": "^1.128.0"
22+
"aws-cdk": "^1.133.0"
2323
}
2424
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepipeline-slack-approval-example",
3-
"version": "0.47.0",
3+
"version": "0.48.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,15 +9,15 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codecommit": "^1.128.0",
13-
"@aws-cdk/aws-codepipeline": "^1.128.0",
14-
"@aws-cdk/aws-codepipeline-actions": "^1.128.0",
15-
"@aws-cdk/core": "^1.128.0",
16-
"@cloudcomponents/cdk-codepipeline-slack": "^1.45.0",
17-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codecommit": "^1.133.0",
13+
"@aws-cdk/aws-codepipeline": "^1.133.0",
14+
"@aws-cdk/aws-codepipeline-actions": "^1.133.0",
15+
"@aws-cdk/core": "^1.133.0",
16+
"@cloudcomponents/cdk-codepipeline-slack": "^1.46.0",
17+
"source-map-support": "^0.5.21"
1818
},
1919
"devDependencies": {
2020
"@types/source-map-support": "^0.5.4",
21-
"aws-cdk": "^1.128.0"
21+
"aws-cdk": "^1.133.0"
2222
}
2323
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "container-audit-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,16 +9,16 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codecommit": "^1.128.0",
13-
"@aws-cdk/aws-codepipeline": "^1.128.0",
14-
"@aws-cdk/aws-codepipeline-actions": "^1.128.0",
15-
"@aws-cdk/core": "^1.128.0",
16-
"@cloudcomponents/cdk-codepipeline-anchore-inline-scan-action": "^1.45.0",
17-
"@cloudcomponents/cdk-codepipeline-dockerfile-linter-action": "^1.45.0",
18-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codecommit": "^1.133.0",
13+
"@aws-cdk/aws-codepipeline": "^1.133.0",
14+
"@aws-cdk/aws-codepipeline-actions": "^1.133.0",
15+
"@aws-cdk/core": "^1.133.0",
16+
"@cloudcomponents/cdk-codepipeline-anchore-inline-scan-action": "^1.46.0",
17+
"@cloudcomponents/cdk-codepipeline-dockerfile-linter-action": "^1.46.0",
18+
"source-map-support": "^0.5.21"
1919
},
2020
"devDependencies": {
2121
"@types/source-map-support": "^0.5.4",
22-
"aws-cdk": "^1.128.0"
22+
"aws-cdk": "^1.133.0"
2323
}
2424
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentful-webhook-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,14 +9,14 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-apigateway": "^1.128.0",
13-
"@aws-cdk/core": "^1.128.0",
14-
"@cloudcomponents/cdk-contentful-webhook": "^1.45.0",
15-
"@cloudcomponents/cdk-secret-key": "^1.17.0",
16-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-apigateway": "^1.133.0",
13+
"@aws-cdk/core": "^1.133.0",
14+
"@cloudcomponents/cdk-contentful-webhook": "^1.46.0",
15+
"@cloudcomponents/cdk-secret-key": "^1.18.0",
16+
"source-map-support": "^0.5.21"
1717
},
1818
"devDependencies": {
1919
"@types/source-map-support": "^0.5.4",
20-
"aws-cdk": "^1.128.0"
20+
"aws-cdk": "^1.133.0"
2121
}
2222
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dependency-check-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,18 +9,18 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-codecommit": "^1.128.0",
13-
"@aws-cdk/aws-events": "^1.128.0",
14-
"@aws-cdk/aws-events-targets": "^1.128.0",
15-
"@aws-cdk/aws-s3": "^1.128.0",
16-
"@aws-cdk/aws-sns": "^1.128.0",
17-
"@aws-cdk/aws-sns-subscriptions": "^1.128.0",
18-
"@aws-cdk/core": "^1.128.0",
19-
"@cloudcomponents/cdk-dependency-check": "^1.45.0",
20-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-codecommit": "^1.133.0",
13+
"@aws-cdk/aws-events": "^1.133.0",
14+
"@aws-cdk/aws-events-targets": "^1.133.0",
15+
"@aws-cdk/aws-s3": "^1.133.0",
16+
"@aws-cdk/aws-sns": "^1.133.0",
17+
"@aws-cdk/aws-sns-subscriptions": "^1.133.0",
18+
"@aws-cdk/core": "^1.133.0",
19+
"@cloudcomponents/cdk-dependency-check": "^1.46.0",
20+
"source-map-support": "^0.5.21"
2121
},
2222
"devDependencies": {
2323
"@types/source-map-support": "^0.5.4",
24-
"aws-cdk": "^1.128.0"
24+
"aws-cdk": "^1.133.0"
2525
}
2626
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-seeder-example",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,15 +9,15 @@
99
"cdk": "cdk"
1010
},
1111
"dependencies": {
12-
"@aws-cdk/aws-dynamodb": "^1.128.0",
13-
"@aws-cdk/aws-s3": "^1.128.0",
14-
"@aws-cdk/aws-s3-deployment": "^1.128.0",
15-
"@aws-cdk/core": "^1.128.0",
16-
"@cloudcomponents/cdk-dynamodb-seeder": "^1.45.0",
17-
"source-map-support": "^0.5.20"
12+
"@aws-cdk/aws-dynamodb": "^1.133.0",
13+
"@aws-cdk/aws-s3": "^1.133.0",
14+
"@aws-cdk/aws-s3-deployment": "^1.133.0",
15+
"@aws-cdk/core": "^1.133.0",
16+
"@cloudcomponents/cdk-dynamodb-seeder": "^1.46.0",
17+
"source-map-support": "^0.5.21"
1818
},
1919
"devDependencies": {
2020
"@types/source-map-support": "^0.5.4",
21-
"aws-cdk": "^1.128.0"
21+
"aws-cdk": "^1.133.0"
2222
}
2323
}

0 commit comments

Comments
 (0)