Skip to content

Commit 0a9095b

Browse files
authored
Merge branch 'main' into mrgrain/chore/integ-runner-toolkit-lib
2 parents c41ddf5 + 1965014 commit 0a9095b

File tree

235 files changed

+125635
-125683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+125635
-125683
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nx": "^20",
3333
"semver": "^7.7.2",
3434
"standard-version": "^9.5.0",
35-
"ts-jest": "^29.3.4",
35+
"ts-jest": "^29.4.0",
3636
"ts-node": "^10.9.2",
3737
"typescript": "~5.5.4"
3838
},

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@aws-sdk/client-rds": "3.632.0",
3737
"@aws-sdk/client-s3": "3.632.0",
3838
"@aws-sdk/client-cognito-identity-provider": "3.632.0",
39-
"axios": "1.9.0",
39+
"axios": "1.10.0",
4040
"delay": "5.0.0"
4141
},
4242
"dependencies": {
@@ -48,7 +48,7 @@
4848
"@aws-cdk/lambda-layer-kubectl-v32": "^2.1.0",
4949
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
5050
"aws-cdk-lib": "0.0.0",
51-
"cdk8s": "2.69.73",
51+
"cdk8s": "2.69.74",
5252
"cdk8s-plus-27": "2.9.5",
5353
"constructs": "^10.0.0"
5454
},

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/GraphqlApiLambdaPermissionTestDefaultTestDeployAssert7720B39B.assets.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/aws-graphql-lambda-permissions.assets.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/aws-graphql-lambda-permissions.template.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@
5050
"AuthorizerFunctionServiceRole5B2A061B"
5151
]
5252
},
53+
"AuthorizerFunctionLogGroupB47801AB": {
54+
"Type": "AWS::Logs::LogGroup",
55+
"Properties": {
56+
"LogGroupName": {
57+
"Fn::Join": [
58+
"",
59+
[
60+
"/aws/lambda/",
61+
{
62+
"Ref": "AuthorizerFunctionB4DBAA43"
63+
}
64+
]
65+
]
66+
},
67+
"RetentionInDays": 731
68+
},
69+
"UpdateReplacePolicy": "Retain",
70+
"DeletionPolicy": "Retain"
71+
},
5372
"AuthorizerFunctionapiappsync4E3369BF": {
5473
"Type": "AWS::Lambda::Permission",
5574
"Properties": {

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/integ.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-lambda-permission.js.snapshot/manifest.json

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

0 commit comments

Comments
 (0)