@aws-solutions-constructs/aws-sqs-pipes-stepfunctions 2.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/.eslintignore +7 -0
  2. package/.jsii +4457 -0
  3. package/README.md +100 -0
  4. package/architecture.png +0 -0
  5. package/integ.config.json +0 -0
  6. package/lib/index.d.ts +140 -0
  7. package/lib/index.js +77 -0
  8. package/package.json +96 -0
  9. package/test/integ.sqspstp-custom-log-level.d.ts +13 -0
  10. package/test/integ.sqspstp-custom-log-level.js +33 -0
  11. package/test/integ.sqspstp-custom-log-level.js.snapshot/cdk.out +1 -0
  12. package/test/integ.sqspstp-custom-log-level.js.snapshot/integ.json +12 -0
  13. package/test/integ.sqspstp-custom-log-level.js.snapshot/manifest.json +205 -0
  14. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstp-custom-log-level.assets.json +19 -0
  15. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstp-custom-log-level.template.json +654 -0
  16. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstpcustomloglevelIntegDefaultTestDeployAssertD542618D.assets.json +19 -0
  17. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstpcustomloglevelIntegDefaultTestDeployAssertD542618D.template.json +36 -0
  18. package/test/integ.sqspstp-custom-log-level.js.snapshot/tree.json +957 -0
  19. package/test/integ.sqspstp-existing-queue.d.ts +13 -0
  20. package/test/integ.sqspstp-existing-queue.js +35 -0
  21. package/test/integ.sqspstp-existing-queue.js.snapshot/cdk.out +1 -0
  22. package/test/integ.sqspstp-existing-queue.js.snapshot/integ.json +12 -0
  23. package/test/integ.sqspstp-existing-queue.js.snapshot/manifest.json +205 -0
  24. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstp-existing-queue.assets.json +19 -0
  25. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstp-existing-queue.template.json +654 -0
  26. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstpexistingqueueIntegDefaultTestDeployAssert6DA9FDD7.assets.json +19 -0
  27. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstpexistingqueueIntegDefaultTestDeployAssert6DA9FDD7.template.json +36 -0
  28. package/test/integ.sqspstp-existing-queue.js.snapshot/tree.json +957 -0
  29. package/test/integ.sqspstp-filter.d.ts +13 -0
  30. package/test/integ.sqspstp-filter.js +44 -0
  31. package/test/integ.sqspstp-filter.js.snapshot/cdk.out +1 -0
  32. package/test/integ.sqspstp-filter.js.snapshot/integ.json +12 -0
  33. package/test/integ.sqspstp-filter.js.snapshot/manifest.json +205 -0
  34. package/test/integ.sqspstp-filter.js.snapshot/sqspstp-filter.assets.json +19 -0
  35. package/test/integ.sqspstp-filter.js.snapshot/sqspstp-filter.template.json +662 -0
  36. package/test/integ.sqspstp-filter.js.snapshot/sqspstpfilterIntegDefaultTestDeployAssert0C52837E.assets.json +19 -0
  37. package/test/integ.sqspstp-filter.js.snapshot/sqspstpfilterIntegDefaultTestDeployAssert0C52837E.template.json +36 -0
  38. package/test/integ.sqspstp-filter.js.snapshot/tree.json +965 -0
  39. package/test/integ.sqspstp-lambda-function-enrichment.d.ts +13 -0
  40. package/test/integ.sqspstp-lambda-function-enrichment.js +40 -0
  41. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/asset.33adcab38bd8c4e154734b436a40ee81920a89cd6c787ce62302c33df5e1dfcb/index.js +9 -0
  42. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/cdk.out +1 -0
  43. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/integ.json +12 -0
  44. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/manifest.json +223 -0
  45. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstp-lambda-function-enrichment.assets.json +32 -0
  46. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstp-lambda-function-enrichment.template.json +757 -0
  47. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstplambdafunctionenrichmentIntegDefaultTestDeployAssert1F2A8125.assets.json +19 -0
  48. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstplambdafunctionenrichmentIntegDefaultTestDeployAssert1F2A8125.template.json +36 -0
  49. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/tree.json +1127 -0
  50. package/test/integ.sqspstp-logs-off.d.ts +13 -0
  51. package/test/integ.sqspstp-logs-off.js +33 -0
  52. package/test/integ.sqspstp-logs-off.js.snapshot/cdk.out +1 -0
  53. package/test/integ.sqspstp-logs-off.js.snapshot/integ.json +12 -0
  54. package/test/integ.sqspstp-logs-off.js.snapshot/manifest.json +199 -0
  55. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstp-logs-off.assets.json +19 -0
  56. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstp-logs-off.template.json +601 -0
  57. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstplogsoffIntegDefaultTestDeployAssert25C29ACD.assets.json +19 -0
  58. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstplogsoffIntegDefaultTestDeployAssert25C29ACD.template.json +36 -0
  59. package/test/integ.sqspstp-logs-off.js.snapshot/tree.json +902 -0
  60. package/test/integ.sqspstp-no-arguments.d.ts +13 -0
  61. package/test/integ.sqspstp-no-arguments.js +32 -0
  62. package/test/integ.sqspstp-no-arguments.js.snapshot/cdk.out +1 -0
  63. package/test/integ.sqspstp-no-arguments.js.snapshot/integ.json +12 -0
  64. package/test/integ.sqspstp-no-arguments.js.snapshot/manifest.json +205 -0
  65. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstp-no-arguments.assets.json +19 -0
  66. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstp-no-arguments.template.json +654 -0
  67. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstpnoargumentsIntegDefaultTestDeployAssert83953622.assets.json +19 -0
  68. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstpnoargumentsIntegDefaultTestDeployAssert83953622.template.json +36 -0
  69. package/test/integ.sqspstp-no-arguments.js.snapshot/tree.json +957 -0
  70. package/test/integ.sqspstp-set-queue-batch-size.d.ts +13 -0
  71. package/test/integ.sqspstp-set-queue-batch-size.js +39 -0
  72. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/cdk.out +1 -0
  73. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/integ.json +12 -0
  74. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/manifest.json +205 -0
  75. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstp-set-queue-batch-size.assets.json +19 -0
  76. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstp-set-queue-batch-size.template.json +658 -0
  77. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstpsetqueuebatchsizeIntegDefaultTestDeployAssertA1752E9D.assets.json +19 -0
  78. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstpsetqueuebatchsizeIntegDefaultTestDeployAssertA1752E9D.template.json +36 -0
  79. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/tree.json +961 -0
  80. package/test/integ.sqspstp-state-machine-enrichment.d.ts +13 -0
  81. package/test/integ.sqspstp-state-machine-enrichment.js +39 -0
  82. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/cdk.out +1 -0
  83. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/integ.json +12 -0
  84. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/manifest.json +241 -0
  85. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstp-state-machine-enrichment.assets.json +19 -0
  86. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstp-state-machine-enrichment.template.json +868 -0
  87. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstpstatemachineenrichmentIntegDefaultTestDeployAssert47A5DE6D.assets.json +19 -0
  88. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstpstatemachineenrichmentIntegDefaultTestDeployAssert47A5DE6D.template.json +36 -0
  89. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/tree.json +1252 -0
  90. package/test/lambda/index.js +9 -0
  91. package/test/sqs-pipes-stepfunctions.test.d.ts +13 -0
  92. package/test/sqs-pipes-stepfunctions.test.js +394 -0
@@ -0,0 +1,1127 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "sqspstp-lambda-function-enrichment": {
8
+ "id": "sqspstp-lambda-function-enrichment",
9
+ "path": "sqspstp-lambda-function-enrichment",
10
+ "children": {
11
+ "enrichment-function": {
12
+ "id": "enrichment-function",
13
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function",
14
+ "children": {
15
+ "ServiceRole": {
16
+ "id": "ServiceRole",
17
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/ServiceRole",
18
+ "children": {
19
+ "ImportServiceRole": {
20
+ "id": "ImportServiceRole",
21
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/ServiceRole/ImportServiceRole",
22
+ "constructInfo": {
23
+ "fqn": "aws-cdk-lib.Resource",
24
+ "version": "2.161.0"
25
+ }
26
+ },
27
+ "Resource": {
28
+ "id": "Resource",
29
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/ServiceRole/Resource",
30
+ "attributes": {
31
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
32
+ "aws:cdk:cloudformation:props": {
33
+ "assumeRolePolicyDocument": {
34
+ "Statement": [
35
+ {
36
+ "Action": "sts:AssumeRole",
37
+ "Effect": "Allow",
38
+ "Principal": {
39
+ "Service": "lambda.amazonaws.com"
40
+ }
41
+ }
42
+ ],
43
+ "Version": "2012-10-17"
44
+ },
45
+ "managedPolicyArns": [
46
+ {
47
+ "Fn::Join": [
48
+ "",
49
+ [
50
+ "arn:",
51
+ {
52
+ "Ref": "AWS::Partition"
53
+ },
54
+ ":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
55
+ ]
56
+ ]
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ "constructInfo": {
62
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
63
+ "version": "2.161.0"
64
+ }
65
+ }
66
+ },
67
+ "constructInfo": {
68
+ "fqn": "aws-cdk-lib.aws_iam.Role",
69
+ "version": "2.161.0"
70
+ }
71
+ },
72
+ "Code": {
73
+ "id": "Code",
74
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/Code",
75
+ "children": {
76
+ "Stage": {
77
+ "id": "Stage",
78
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/Code/Stage",
79
+ "constructInfo": {
80
+ "fqn": "aws-cdk-lib.AssetStaging",
81
+ "version": "2.161.0"
82
+ }
83
+ },
84
+ "AssetBucket": {
85
+ "id": "AssetBucket",
86
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/Code/AssetBucket",
87
+ "constructInfo": {
88
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
89
+ "version": "2.161.0"
90
+ }
91
+ }
92
+ },
93
+ "constructInfo": {
94
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
95
+ "version": "2.161.0"
96
+ }
97
+ },
98
+ "Resource": {
99
+ "id": "Resource",
100
+ "path": "sqspstp-lambda-function-enrichment/enrichment-function/Resource",
101
+ "attributes": {
102
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
103
+ "aws:cdk:cloudformation:props": {
104
+ "code": {
105
+ "s3Bucket": {
106
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
107
+ },
108
+ "s3Key": "33adcab38bd8c4e154734b436a40ee81920a89cd6c787ce62302c33df5e1dfcb.zip"
109
+ },
110
+ "handler": "index.handler",
111
+ "role": {
112
+ "Fn::GetAtt": [
113
+ "enrichmentfunctionServiceRoleF21A0515",
114
+ "Arn"
115
+ ]
116
+ },
117
+ "runtime": "nodejs20.x"
118
+ }
119
+ },
120
+ "constructInfo": {
121
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
122
+ "version": "2.161.0"
123
+ }
124
+ }
125
+ },
126
+ "constructInfo": {
127
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
128
+ "version": "2.161.0"
129
+ }
130
+ },
131
+ "lambdas3stp-test": {
132
+ "id": "lambdas3stp-test",
133
+ "path": "sqspstp-lambda-function-enrichment/lambdas3stp-test",
134
+ "children": {
135
+ "ServiceRole": {
136
+ "id": "ServiceRole",
137
+ "path": "sqspstp-lambda-function-enrichment/lambdas3stp-test/ServiceRole",
138
+ "children": {
139
+ "ImportServiceRole": {
140
+ "id": "ImportServiceRole",
141
+ "path": "sqspstp-lambda-function-enrichment/lambdas3stp-test/ServiceRole/ImportServiceRole",
142
+ "constructInfo": {
143
+ "fqn": "aws-cdk-lib.Resource",
144
+ "version": "2.161.0"
145
+ }
146
+ },
147
+ "Resource": {
148
+ "id": "Resource",
149
+ "path": "sqspstp-lambda-function-enrichment/lambdas3stp-test/ServiceRole/Resource",
150
+ "attributes": {
151
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
152
+ "aws:cdk:cloudformation:props": {
153
+ "assumeRolePolicyDocument": {
154
+ "Statement": [
155
+ {
156
+ "Action": "sts:AssumeRole",
157
+ "Effect": "Allow",
158
+ "Principal": {
159
+ "Service": "lambda.amazonaws.com"
160
+ }
161
+ }
162
+ ],
163
+ "Version": "2012-10-17"
164
+ },
165
+ "managedPolicyArns": [
166
+ {
167
+ "Fn::Join": [
168
+ "",
169
+ [
170
+ "arn:",
171
+ {
172
+ "Ref": "AWS::Partition"
173
+ },
174
+ ":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
175
+ ]
176
+ ]
177
+ }
178
+ ]
179
+ }
180
+ },
181
+ "constructInfo": {
182
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
183
+ "version": "2.161.0"
184
+ }
185
+ }
186
+ },
187
+ "constructInfo": {
188
+ "fqn": "aws-cdk-lib.aws_iam.Role",
189
+ "version": "2.161.0"
190
+ }
191
+ },
192
+ "Resource": {
193
+ "id": "Resource",
194
+ "path": "sqspstp-lambda-function-enrichment/lambdas3stp-test/Resource",
195
+ "attributes": {
196
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
197
+ "aws:cdk:cloudformation:props": {
198
+ "code": {
199
+ "zipFile": "exports.handler = async (event) => console.log(event)"
200
+ },
201
+ "handler": "index.handler",
202
+ "role": {
203
+ "Fn::GetAtt": [
204
+ "lambdas3stptestServiceRoleF17BB6C7",
205
+ "Arn"
206
+ ]
207
+ },
208
+ "runtime": "nodejs20.x"
209
+ }
210
+ },
211
+ "constructInfo": {
212
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
213
+ "version": "2.161.0"
214
+ }
215
+ }
216
+ },
217
+ "constructInfo": {
218
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
219
+ "version": "2.161.0"
220
+ }
221
+ },
222
+ "tasks3stp-test": {
223
+ "id": "tasks3stp-test",
224
+ "path": "sqspstp-lambda-function-enrichment/tasks3stp-test",
225
+ "constructInfo": {
226
+ "fqn": "aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvoke",
227
+ "version": "2.161.0"
228
+ }
229
+ },
230
+ "test-sqs-pipes-states-construct": {
231
+ "id": "test-sqs-pipes-states-construct",
232
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct",
233
+ "children": {
234
+ "queue-dlq": {
235
+ "id": "queue-dlq",
236
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue-dlq",
237
+ "children": {
238
+ "Resource": {
239
+ "id": "Resource",
240
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue-dlq/Resource",
241
+ "attributes": {
242
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
243
+ "aws:cdk:cloudformation:props": {
244
+ "kmsMasterKeyId": "alias/aws/sqs"
245
+ }
246
+ },
247
+ "constructInfo": {
248
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
249
+ "version": "2.161.0"
250
+ }
251
+ },
252
+ "Policy": {
253
+ "id": "Policy",
254
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue-dlq/Policy",
255
+ "children": {
256
+ "Resource": {
257
+ "id": "Resource",
258
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue-dlq/Policy/Resource",
259
+ "attributes": {
260
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
261
+ "aws:cdk:cloudformation:props": {
262
+ "policyDocument": {
263
+ "Statement": [
264
+ {
265
+ "Action": [
266
+ "sqs:AddPermission",
267
+ "sqs:DeleteMessage",
268
+ "sqs:GetQueueAttributes",
269
+ "sqs:ReceiveMessage",
270
+ "sqs:RemovePermission",
271
+ "sqs:SendMessage",
272
+ "sqs:SetQueueAttributes"
273
+ ],
274
+ "Effect": "Allow",
275
+ "Principal": {
276
+ "AWS": {
277
+ "Fn::Join": [
278
+ "",
279
+ [
280
+ "arn:",
281
+ {
282
+ "Ref": "AWS::Partition"
283
+ },
284
+ ":iam::",
285
+ {
286
+ "Ref": "AWS::AccountId"
287
+ },
288
+ ":root"
289
+ ]
290
+ ]
291
+ }
292
+ },
293
+ "Resource": {
294
+ "Fn::GetAtt": [
295
+ "testsqspipesstatesconstructqueuedlq420A82FD",
296
+ "Arn"
297
+ ]
298
+ },
299
+ "Sid": "QueueOwnerOnlyAccess"
300
+ },
301
+ {
302
+ "Action": "SQS:*",
303
+ "Condition": {
304
+ "Bool": {
305
+ "aws:SecureTransport": "false"
306
+ }
307
+ },
308
+ "Effect": "Deny",
309
+ "Principal": {
310
+ "AWS": "*"
311
+ },
312
+ "Resource": {
313
+ "Fn::GetAtt": [
314
+ "testsqspipesstatesconstructqueuedlq420A82FD",
315
+ "Arn"
316
+ ]
317
+ },
318
+ "Sid": "HttpsOnly"
319
+ }
320
+ ],
321
+ "Version": "2012-10-17"
322
+ },
323
+ "queues": [
324
+ {
325
+ "Ref": "testsqspipesstatesconstructqueuedlq420A82FD"
326
+ }
327
+ ]
328
+ }
329
+ },
330
+ "constructInfo": {
331
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
332
+ "version": "2.161.0"
333
+ }
334
+ }
335
+ },
336
+ "constructInfo": {
337
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
338
+ "version": "2.161.0"
339
+ }
340
+ }
341
+ },
342
+ "constructInfo": {
343
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
344
+ "version": "2.161.0"
345
+ }
346
+ },
347
+ "queue": {
348
+ "id": "queue",
349
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue",
350
+ "children": {
351
+ "Resource": {
352
+ "id": "Resource",
353
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue/Resource",
354
+ "attributes": {
355
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
356
+ "aws:cdk:cloudformation:props": {
357
+ "kmsMasterKeyId": "alias/aws/sqs",
358
+ "redrivePolicy": {
359
+ "deadLetterTargetArn": {
360
+ "Fn::GetAtt": [
361
+ "testsqspipesstatesconstructqueuedlq420A82FD",
362
+ "Arn"
363
+ ]
364
+ },
365
+ "maxReceiveCount": 15
366
+ }
367
+ }
368
+ },
369
+ "constructInfo": {
370
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
371
+ "version": "2.161.0"
372
+ }
373
+ },
374
+ "Policy": {
375
+ "id": "Policy",
376
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue/Policy",
377
+ "children": {
378
+ "Resource": {
379
+ "id": "Resource",
380
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/queue/Policy/Resource",
381
+ "attributes": {
382
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
383
+ "aws:cdk:cloudformation:props": {
384
+ "policyDocument": {
385
+ "Statement": [
386
+ {
387
+ "Action": [
388
+ "sqs:AddPermission",
389
+ "sqs:DeleteMessage",
390
+ "sqs:GetQueueAttributes",
391
+ "sqs:ReceiveMessage",
392
+ "sqs:RemovePermission",
393
+ "sqs:SendMessage",
394
+ "sqs:SetQueueAttributes"
395
+ ],
396
+ "Effect": "Allow",
397
+ "Principal": {
398
+ "AWS": {
399
+ "Fn::Join": [
400
+ "",
401
+ [
402
+ "arn:",
403
+ {
404
+ "Ref": "AWS::Partition"
405
+ },
406
+ ":iam::",
407
+ {
408
+ "Ref": "AWS::AccountId"
409
+ },
410
+ ":root"
411
+ ]
412
+ ]
413
+ }
414
+ },
415
+ "Resource": {
416
+ "Fn::GetAtt": [
417
+ "testsqspipesstatesconstructqueueA7C76715",
418
+ "Arn"
419
+ ]
420
+ },
421
+ "Sid": "QueueOwnerOnlyAccess"
422
+ },
423
+ {
424
+ "Action": "SQS:*",
425
+ "Condition": {
426
+ "Bool": {
427
+ "aws:SecureTransport": "false"
428
+ }
429
+ },
430
+ "Effect": "Deny",
431
+ "Principal": {
432
+ "AWS": "*"
433
+ },
434
+ "Resource": {
435
+ "Fn::GetAtt": [
436
+ "testsqspipesstatesconstructqueueA7C76715",
437
+ "Arn"
438
+ ]
439
+ },
440
+ "Sid": "HttpsOnly"
441
+ }
442
+ ],
443
+ "Version": "2012-10-17"
444
+ },
445
+ "queues": [
446
+ {
447
+ "Ref": "testsqspipesstatesconstructqueueA7C76715"
448
+ }
449
+ ]
450
+ }
451
+ },
452
+ "constructInfo": {
453
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
454
+ "version": "2.161.0"
455
+ }
456
+ }
457
+ },
458
+ "constructInfo": {
459
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
460
+ "version": "2.161.0"
461
+ }
462
+ }
463
+ },
464
+ "constructInfo": {
465
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
466
+ "version": "2.161.0"
467
+ }
468
+ },
469
+ "StateMachineLogGroup": {
470
+ "id": "StateMachineLogGroup",
471
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachineLogGroup",
472
+ "children": {
473
+ "Resource": {
474
+ "id": "Resource",
475
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachineLogGroup/Resource",
476
+ "attributes": {
477
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
478
+ "aws:cdk:cloudformation:props": {
479
+ "logGroupName": {
480
+ "Fn::Join": [
481
+ "",
482
+ [
483
+ "/aws/vendedlogs/states/constructs/sqspstp-lambda-function-enrichmenttest-sqs-pipes-states-constructStateMachineLog-",
484
+ {
485
+ "Fn::Select": [
486
+ 2,
487
+ {
488
+ "Fn::Split": [
489
+ "/",
490
+ {
491
+ "Ref": "AWS::StackId"
492
+ }
493
+ ]
494
+ }
495
+ ]
496
+ }
497
+ ]
498
+ ]
499
+ }
500
+ }
501
+ },
502
+ "constructInfo": {
503
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
504
+ "version": "2.161.0"
505
+ }
506
+ }
507
+ },
508
+ "constructInfo": {
509
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
510
+ "version": "2.161.0"
511
+ }
512
+ },
513
+ "StateMachine": {
514
+ "id": "StateMachine",
515
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine",
516
+ "children": {
517
+ "Role": {
518
+ "id": "Role",
519
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Role",
520
+ "children": {
521
+ "ImportRole": {
522
+ "id": "ImportRole",
523
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/ImportRole",
524
+ "constructInfo": {
525
+ "fqn": "aws-cdk-lib.Resource",
526
+ "version": "2.161.0"
527
+ }
528
+ },
529
+ "Resource": {
530
+ "id": "Resource",
531
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/Resource",
532
+ "attributes": {
533
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
534
+ "aws:cdk:cloudformation:props": {
535
+ "assumeRolePolicyDocument": {
536
+ "Statement": [
537
+ {
538
+ "Action": "sts:AssumeRole",
539
+ "Effect": "Allow",
540
+ "Principal": {
541
+ "Service": "states.amazonaws.com"
542
+ }
543
+ }
544
+ ],
545
+ "Version": "2012-10-17"
546
+ }
547
+ }
548
+ },
549
+ "constructInfo": {
550
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
551
+ "version": "2.161.0"
552
+ }
553
+ },
554
+ "DefaultPolicy": {
555
+ "id": "DefaultPolicy",
556
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/DefaultPolicy",
557
+ "children": {
558
+ "Resource": {
559
+ "id": "Resource",
560
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/DefaultPolicy/Resource",
561
+ "attributes": {
562
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
563
+ "aws:cdk:cloudformation:props": {
564
+ "policyDocument": {
565
+ "Statement": [
566
+ {
567
+ "Action": "lambda:InvokeFunction",
568
+ "Effect": "Allow",
569
+ "Resource": [
570
+ {
571
+ "Fn::GetAtt": [
572
+ "lambdas3stptest9FBDC6CE",
573
+ "Arn"
574
+ ]
575
+ },
576
+ {
577
+ "Fn::Join": [
578
+ "",
579
+ [
580
+ {
581
+ "Fn::GetAtt": [
582
+ "lambdas3stptest9FBDC6CE",
583
+ "Arn"
584
+ ]
585
+ },
586
+ ":*"
587
+ ]
588
+ ]
589
+ }
590
+ ]
591
+ },
592
+ {
593
+ "Action": [
594
+ "logs:CreateLogDelivery",
595
+ "logs:DeleteLogDelivery",
596
+ "logs:DescribeLogGroups",
597
+ "logs:DescribeResourcePolicies",
598
+ "logs:GetLogDelivery",
599
+ "logs:ListLogDeliveries",
600
+ "logs:PutResourcePolicy",
601
+ "logs:UpdateLogDelivery"
602
+ ],
603
+ "Effect": "Allow",
604
+ "Resource": "*"
605
+ }
606
+ ],
607
+ "Version": "2012-10-17"
608
+ },
609
+ "policyName": "testsqspipesstatesconstructStateMachineRoleDefaultPolicyD1BA2BF2",
610
+ "roles": [
611
+ {
612
+ "Ref": "testsqspipesstatesconstructStateMachineRoleBF97BFC0"
613
+ }
614
+ ]
615
+ }
616
+ },
617
+ "constructInfo": {
618
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
619
+ "version": "2.161.0"
620
+ }
621
+ }
622
+ },
623
+ "constructInfo": {
624
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
625
+ "version": "2.161.0"
626
+ }
627
+ }
628
+ },
629
+ "constructInfo": {
630
+ "fqn": "aws-cdk-lib.aws_iam.Role",
631
+ "version": "2.161.0"
632
+ }
633
+ },
634
+ "Resource": {
635
+ "id": "Resource",
636
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/StateMachine/Resource",
637
+ "attributes": {
638
+ "aws:cdk:cloudformation:type": "AWS::StepFunctions::StateMachine",
639
+ "aws:cdk:cloudformation:props": {
640
+ "definitionString": {
641
+ "Fn::Join": [
642
+ "",
643
+ [
644
+ "{\"StartAt\":\"tasks3stp-test\",\"States\":{\"tasks3stp-test\":{\"End\":true,\"Retry\":[{\"ErrorEquals\":[\"Lambda.ClientExecutionTimeoutException\",\"Lambda.ServiceException\",\"Lambda.AWSLambdaException\",\"Lambda.SdkClientException\"],\"IntervalSeconds\":2,\"MaxAttempts\":6,\"BackoffRate\":2}],\"Type\":\"Task\",\"Resource\":\"arn:",
645
+ {
646
+ "Ref": "AWS::Partition"
647
+ },
648
+ ":states:::lambda:invoke\",\"Parameters\":{\"FunctionName\":\"",
649
+ {
650
+ "Fn::GetAtt": [
651
+ "lambdas3stptest9FBDC6CE",
652
+ "Arn"
653
+ ]
654
+ },
655
+ "\",\"Payload.$\":\"$\"}}}}"
656
+ ]
657
+ ]
658
+ },
659
+ "loggingConfiguration": {
660
+ "destinations": [
661
+ {
662
+ "cloudWatchLogsLogGroup": {
663
+ "logGroupArn": {
664
+ "Fn::GetAtt": [
665
+ "testsqspipesstatesconstructStateMachineLogGroupADE94F1D",
666
+ "Arn"
667
+ ]
668
+ }
669
+ }
670
+ }
671
+ ],
672
+ "level": "ERROR"
673
+ },
674
+ "roleArn": {
675
+ "Fn::GetAtt": [
676
+ "testsqspipesstatesconstructStateMachineRoleBF97BFC0",
677
+ "Arn"
678
+ ]
679
+ }
680
+ }
681
+ },
682
+ "constructInfo": {
683
+ "fqn": "aws-cdk-lib.aws_stepfunctions.CfnStateMachine",
684
+ "version": "2.161.0"
685
+ }
686
+ }
687
+ },
688
+ "constructInfo": {
689
+ "fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine",
690
+ "version": "2.161.0"
691
+ }
692
+ },
693
+ "ExecutionFailedAlarm": {
694
+ "id": "ExecutionFailedAlarm",
695
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionFailedAlarm",
696
+ "children": {
697
+ "Resource": {
698
+ "id": "Resource",
699
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionFailedAlarm/Resource",
700
+ "attributes": {
701
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
702
+ "aws:cdk:cloudformation:props": {
703
+ "alarmDescription": "Alarm for the number of executions that failed exceeded the threshold of 1. ",
704
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
705
+ "dimensions": [
706
+ {
707
+ "name": "StateMachineArn",
708
+ "value": {
709
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
710
+ }
711
+ }
712
+ ],
713
+ "evaluationPeriods": 1,
714
+ "metricName": "ExecutionsFailed",
715
+ "namespace": "AWS/States",
716
+ "period": 300,
717
+ "statistic": "Sum",
718
+ "threshold": 1
719
+ }
720
+ },
721
+ "constructInfo": {
722
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
723
+ "version": "2.161.0"
724
+ }
725
+ }
726
+ },
727
+ "constructInfo": {
728
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
729
+ "version": "2.161.0"
730
+ }
731
+ },
732
+ "ExecutionThrottledAlarm": {
733
+ "id": "ExecutionThrottledAlarm",
734
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionThrottledAlarm",
735
+ "children": {
736
+ "Resource": {
737
+ "id": "Resource",
738
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionThrottledAlarm/Resource",
739
+ "attributes": {
740
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
741
+ "aws:cdk:cloudformation:props": {
742
+ "alarmDescription": "Alarm for the number of executions that throttled exceeded the threshold of 1. ",
743
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
744
+ "dimensions": [
745
+ {
746
+ "name": "StateMachineArn",
747
+ "value": {
748
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
749
+ }
750
+ }
751
+ ],
752
+ "evaluationPeriods": 1,
753
+ "metricName": "ExecutionThrottled",
754
+ "namespace": "AWS/States",
755
+ "period": 300,
756
+ "statistic": "Sum",
757
+ "threshold": 1
758
+ }
759
+ },
760
+ "constructInfo": {
761
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
762
+ "version": "2.161.0"
763
+ }
764
+ }
765
+ },
766
+ "constructInfo": {
767
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
768
+ "version": "2.161.0"
769
+ }
770
+ },
771
+ "ExecutionAbortedAlarm": {
772
+ "id": "ExecutionAbortedAlarm",
773
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionAbortedAlarm",
774
+ "children": {
775
+ "Resource": {
776
+ "id": "Resource",
777
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/ExecutionAbortedAlarm/Resource",
778
+ "attributes": {
779
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
780
+ "aws:cdk:cloudformation:props": {
781
+ "alarmDescription": "Alarm for the number of executions that aborted exceeded the threshold of 1. ",
782
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
783
+ "dimensions": [
784
+ {
785
+ "name": "StateMachineArn",
786
+ "value": {
787
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
788
+ }
789
+ }
790
+ ],
791
+ "evaluationPeriods": 1,
792
+ "metricName": "ExecutionsAborted",
793
+ "namespace": "AWS/States",
794
+ "period": 300,
795
+ "statistic": "Maximum",
796
+ "threshold": 1
797
+ }
798
+ },
799
+ "constructInfo": {
800
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
801
+ "version": "2.161.0"
802
+ }
803
+ }
804
+ },
805
+ "constructInfo": {
806
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
807
+ "version": "2.161.0"
808
+ }
809
+ },
810
+ "PipeRole--test-sqs-pipes-states-construct": {
811
+ "id": "PipeRole--test-sqs-pipes-states-construct",
812
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct",
813
+ "children": {
814
+ "ImportPipeRole--test-sqs-pipes-states-construct": {
815
+ "id": "ImportPipeRole--test-sqs-pipes-states-construct",
816
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/ImportPipeRole--test-sqs-pipes-states-construct",
817
+ "constructInfo": {
818
+ "fqn": "aws-cdk-lib.Resource",
819
+ "version": "2.161.0"
820
+ }
821
+ },
822
+ "Resource": {
823
+ "id": "Resource",
824
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/Resource",
825
+ "attributes": {
826
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
827
+ "aws:cdk:cloudformation:props": {
828
+ "assumeRolePolicyDocument": {
829
+ "Statement": [
830
+ {
831
+ "Action": "sts:AssumeRole",
832
+ "Effect": "Allow",
833
+ "Principal": {
834
+ "Service": "pipes.amazonaws.com"
835
+ }
836
+ }
837
+ ],
838
+ "Version": "2012-10-17"
839
+ },
840
+ "policies": [
841
+ {
842
+ "policyName": "sourcePolicy",
843
+ "policyDocument": {
844
+ "Statement": [
845
+ {
846
+ "Action": [
847
+ "sqs:DeleteMessage",
848
+ "sqs:GetQueueAttributes",
849
+ "sqs:ReceiveMessage"
850
+ ],
851
+ "Effect": "Allow",
852
+ "Resource": {
853
+ "Fn::GetAtt": [
854
+ "testsqspipesstatesconstructqueueA7C76715",
855
+ "Arn"
856
+ ]
857
+ }
858
+ }
859
+ ],
860
+ "Version": "2012-10-17"
861
+ }
862
+ },
863
+ {
864
+ "policyName": "targetPolicy",
865
+ "policyDocument": {
866
+ "Statement": [
867
+ {
868
+ "Action": "states:StartExecution",
869
+ "Effect": "Allow",
870
+ "Resource": {
871
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
872
+ }
873
+ }
874
+ ],
875
+ "Version": "2012-10-17"
876
+ }
877
+ }
878
+ ]
879
+ }
880
+ },
881
+ "constructInfo": {
882
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
883
+ "version": "2.161.0"
884
+ }
885
+ }
886
+ },
887
+ "constructInfo": {
888
+ "fqn": "aws-cdk-lib.aws_iam.Role",
889
+ "version": "2.161.0"
890
+ }
891
+ },
892
+ "enrichmentpolicytest-sqs-pipes-states-construct": {
893
+ "id": "enrichmentpolicytest-sqs-pipes-states-construct",
894
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/enrichmentpolicytest-sqs-pipes-states-construct",
895
+ "children": {
896
+ "Resource": {
897
+ "id": "Resource",
898
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/enrichmentpolicytest-sqs-pipes-states-construct/Resource",
899
+ "attributes": {
900
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
901
+ "aws:cdk:cloudformation:props": {
902
+ "policyDocument": {
903
+ "Statement": [
904
+ {
905
+ "Action": "lambda:InvokeFunction",
906
+ "Effect": "Allow",
907
+ "Resource": {
908
+ "Fn::GetAtt": [
909
+ "enrichmentfunction84C1BE72",
910
+ "Arn"
911
+ ]
912
+ }
913
+ }
914
+ ],
915
+ "Version": "2012-10-17"
916
+ },
917
+ "policyName": "testsqspipesstatesconstructenrichmentpolicytestsqspipesstatesconstructC752476A",
918
+ "roles": [
919
+ {
920
+ "Ref": "testsqspipesstatesconstructPipeRoletestsqspipesstatesconstruct2CC9A13C"
921
+ }
922
+ ]
923
+ }
924
+ },
925
+ "constructInfo": {
926
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
927
+ "version": "2.161.0"
928
+ }
929
+ }
930
+ },
931
+ "constructInfo": {
932
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
933
+ "version": "2.161.0"
934
+ }
935
+ },
936
+ "LogGroup-test-sqs-pipes-states-construct": {
937
+ "id": "LogGroup-test-sqs-pipes-states-construct",
938
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct",
939
+ "children": {
940
+ "Resource": {
941
+ "id": "Resource",
942
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct/Resource",
943
+ "attributes": {
944
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
945
+ "aws:cdk:cloudformation:props": {
946
+ "logGroupName": {
947
+ "Fn::Join": [
948
+ "",
949
+ [
950
+ "/aws/vendedlogs/pipes/constructs/sqspstp-lambda-function-enrichmenttest-sqs-pipes-states-constructPipesLog-",
951
+ {
952
+ "Fn::Select": [
953
+ 2,
954
+ {
955
+ "Fn::Split": [
956
+ "/",
957
+ {
958
+ "Ref": "AWS::StackId"
959
+ }
960
+ ]
961
+ }
962
+ ]
963
+ }
964
+ ]
965
+ ]
966
+ }
967
+ }
968
+ },
969
+ "constructInfo": {
970
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
971
+ "version": "2.161.0"
972
+ }
973
+ }
974
+ },
975
+ "constructInfo": {
976
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
977
+ "version": "2.161.0"
978
+ }
979
+ },
980
+ "pipe-test-sqs-pipes-states-construct": {
981
+ "id": "pipe-test-sqs-pipes-states-construct",
982
+ "path": "sqspstp-lambda-function-enrichment/test-sqs-pipes-states-construct/pipe-test-sqs-pipes-states-construct",
983
+ "attributes": {
984
+ "aws:cdk:cloudformation:type": "AWS::Pipes::Pipe",
985
+ "aws:cdk:cloudformation:props": {
986
+ "enrichment": {
987
+ "Fn::GetAtt": [
988
+ "enrichmentfunction84C1BE72",
989
+ "Arn"
990
+ ]
991
+ },
992
+ "logConfiguration": {
993
+ "cloudwatchLogsLogDestination": {
994
+ "logGroupArn": {
995
+ "Fn::GetAtt": [
996
+ "testsqspipesstatesconstructLogGrouptestsqspipesstatesconstructF827FE15",
997
+ "Arn"
998
+ ]
999
+ }
1000
+ },
1001
+ "level": "TRACE"
1002
+ },
1003
+ "roleArn": {
1004
+ "Fn::GetAtt": [
1005
+ "testsqspipesstatesconstructPipeRoletestsqspipesstatesconstruct2CC9A13C",
1006
+ "Arn"
1007
+ ]
1008
+ },
1009
+ "source": {
1010
+ "Fn::GetAtt": [
1011
+ "testsqspipesstatesconstructqueueA7C76715",
1012
+ "Arn"
1013
+ ]
1014
+ },
1015
+ "sourceParameters": {},
1016
+ "target": {
1017
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
1018
+ },
1019
+ "targetParameters": {
1020
+ "stepFunctionStateMachineParameters": {
1021
+ "invocationType": "FIRE_AND_FORGET"
1022
+ }
1023
+ }
1024
+ }
1025
+ },
1026
+ "constructInfo": {
1027
+ "fqn": "aws-cdk-lib.aws_pipes.CfnPipe",
1028
+ "version": "2.161.0"
1029
+ }
1030
+ }
1031
+ },
1032
+ "constructInfo": {
1033
+ "fqn": "@aws-solutions-constructs/aws-sqs-pipes-stepfunctions.SqsToPipesToStepfunctions",
1034
+ "version": "2.72.0"
1035
+ }
1036
+ },
1037
+ "Integ": {
1038
+ "id": "Integ",
1039
+ "path": "sqspstp-lambda-function-enrichment/Integ",
1040
+ "children": {
1041
+ "DefaultTest": {
1042
+ "id": "DefaultTest",
1043
+ "path": "sqspstp-lambda-function-enrichment/Integ/DefaultTest",
1044
+ "children": {
1045
+ "Default": {
1046
+ "id": "Default",
1047
+ "path": "sqspstp-lambda-function-enrichment/Integ/DefaultTest/Default",
1048
+ "constructInfo": {
1049
+ "fqn": "constructs.Construct",
1050
+ "version": "10.4.2"
1051
+ }
1052
+ },
1053
+ "DeployAssert": {
1054
+ "id": "DeployAssert",
1055
+ "path": "sqspstp-lambda-function-enrichment/Integ/DefaultTest/DeployAssert",
1056
+ "children": {
1057
+ "BootstrapVersion": {
1058
+ "id": "BootstrapVersion",
1059
+ "path": "sqspstp-lambda-function-enrichment/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1060
+ "constructInfo": {
1061
+ "fqn": "aws-cdk-lib.CfnParameter",
1062
+ "version": "2.161.0"
1063
+ }
1064
+ },
1065
+ "CheckBootstrapVersion": {
1066
+ "id": "CheckBootstrapVersion",
1067
+ "path": "sqspstp-lambda-function-enrichment/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1068
+ "constructInfo": {
1069
+ "fqn": "aws-cdk-lib.CfnRule",
1070
+ "version": "2.161.0"
1071
+ }
1072
+ }
1073
+ },
1074
+ "constructInfo": {
1075
+ "fqn": "aws-cdk-lib.Stack",
1076
+ "version": "2.161.0"
1077
+ }
1078
+ }
1079
+ },
1080
+ "constructInfo": {
1081
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1082
+ "version": "2.161.0-alpha.0"
1083
+ }
1084
+ }
1085
+ },
1086
+ "constructInfo": {
1087
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1088
+ "version": "2.161.0-alpha.0"
1089
+ }
1090
+ },
1091
+ "BootstrapVersion": {
1092
+ "id": "BootstrapVersion",
1093
+ "path": "sqspstp-lambda-function-enrichment/BootstrapVersion",
1094
+ "constructInfo": {
1095
+ "fqn": "aws-cdk-lib.CfnParameter",
1096
+ "version": "2.161.0"
1097
+ }
1098
+ },
1099
+ "CheckBootstrapVersion": {
1100
+ "id": "CheckBootstrapVersion",
1101
+ "path": "sqspstp-lambda-function-enrichment/CheckBootstrapVersion",
1102
+ "constructInfo": {
1103
+ "fqn": "aws-cdk-lib.CfnRule",
1104
+ "version": "2.161.0"
1105
+ }
1106
+ }
1107
+ },
1108
+ "constructInfo": {
1109
+ "fqn": "aws-cdk-lib.Stack",
1110
+ "version": "2.161.0"
1111
+ }
1112
+ },
1113
+ "Tree": {
1114
+ "id": "Tree",
1115
+ "path": "Tree",
1116
+ "constructInfo": {
1117
+ "fqn": "constructs.Construct",
1118
+ "version": "10.4.2"
1119
+ }
1120
+ }
1121
+ },
1122
+ "constructInfo": {
1123
+ "fqn": "aws-cdk-lib.App",
1124
+ "version": "2.161.0"
1125
+ }
1126
+ }
1127
+ }