Skip to content

Commit 190a3cf

Browse files
author
Damandeep Bawa
committed
Change integ test flag to false
1 parent 0ac2564 commit 190a3cf

File tree

5 files changed

+73
-163
lines changed

5 files changed

+73
-163
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-event-sources/test/integ.kafka-schema-registry.js.snapshot/lambda-event-source-glue-schema-registry.assets.json

Lines changed: 2 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-lambda-event-sources/test/integ.kafka-schema-registry.js.snapshot/lambda-event-source-glue-schema-registry.template.json

Lines changed: 30 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,36 @@
5050
"Ref": "GlueRootCASecretBD1C20BD"
5151
}
5252
]
53+
},
54+
{
55+
"Action": "glue:GetRegistry",
56+
"Effect": "Allow",
57+
"Resource": {
58+
"Fn::GetAtt": [
59+
"SchemaRegistry",
60+
"Arn"
61+
]
62+
}
63+
},
64+
{
65+
"Action": "glue:GetSchemaVersion",
66+
"Effect": "Allow",
67+
"Resource": [
68+
{
69+
"Fn::GetAtt": [
70+
"SchemaRegistry",
71+
"Arn"
72+
]
73+
},
74+
{
75+
"Fn::Sub": [
76+
"arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:schema/${registryName}/*",
77+
{
78+
"registryName": "smk-glue-test-schema-registry"
79+
}
80+
]
81+
}
82+
]
5383
}
5484
],
5585
"Version": "2012-10-17"
@@ -139,68 +169,6 @@
139169
]
140170
}
141171
},
142-
"GlueFunctioninlinePolicyAddedToExecutionRole043C5A5B3": {
143-
"Type": "AWS::IAM::Policy",
144-
"Properties": {
145-
"PolicyDocument": {
146-
"Statement": [
147-
{
148-
"Action": "glue:GetRegistry",
149-
"Effect": "Allow",
150-
"Resource": {
151-
"Fn::GetAtt": [
152-
"SchemaRegistry",
153-
"Arn"
154-
]
155-
}
156-
}
157-
],
158-
"Version": "2012-10-17"
159-
},
160-
"PolicyName": "GlueFunctioninlinePolicyAddedToExecutionRole043C5A5B3",
161-
"Roles": [
162-
{
163-
"Ref": "GlueFunctionServiceRoleD5EDDC4C"
164-
}
165-
]
166-
}
167-
},
168-
"GlueFunctioninlinePolicyAddedToExecutionRole14519DF66": {
169-
"Type": "AWS::IAM::Policy",
170-
"Properties": {
171-
"PolicyDocument": {
172-
"Statement": [
173-
{
174-
"Action": "glue:GetSchemaVersion",
175-
"Effect": "Allow",
176-
"Resource": [
177-
{
178-
"Fn::GetAtt": [
179-
"SchemaRegistry",
180-
"Arn"
181-
]
182-
},
183-
{
184-
"Fn::Sub": [
185-
"arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:schema/${registryName}/*",
186-
{
187-
"registryName": "smk-glue-test-schema-registry"
188-
}
189-
]
190-
}
191-
]
192-
}
193-
],
194-
"Version": "2012-10-17"
195-
},
196-
"PolicyName": "GlueFunctioninlinePolicyAddedToExecutionRole14519DF66",
197-
"Roles": [
198-
{
199-
"Ref": "GlueFunctionServiceRoleD5EDDC4C"
200-
}
201-
]
202-
}
203-
},
204172
"GlueRootCASecretBD1C20BD": {
205173
"Type": "AWS::SecretsManager::Secret",
206174
"Properties": {

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-event-sources/test/integ.kafka-schema-registry.js.snapshot/manifest.json

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

0 commit comments

Comments
 (0)