@aws-solutions-constructs/aws-iot-lambda 2.51.0 → 2.52.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 (27) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +49 -4
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +9 -8
  6. package/test/integ.iotlam-iot-lambda-new-func.js +5 -2
  7. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/asset.42a35bbf0dec9ef0ac5b0dde87e71a1b8929e8d2d178dd09ccfb2c928ec0198c/index.js +10 -0
  8. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/cdk.out +1 -0
  9. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/integ.json +12 -0
  10. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/iotlam-iot-lambda-new-func.assets.json +32 -0
  11. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/iotlam-iot-lambda-new-func.template.json +217 -0
  12. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/iotlamiotlambdanewfuncIntegDefaultTestDeployAssert4A7D5BFD.assets.json +19 -0
  13. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/iotlamiotlambdanewfuncIntegDefaultTestDeployAssert4A7D5BFD.template.json +36 -0
  14. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/manifest.json +137 -0
  15. package/test/integ.iotlam-iot-lambda-new-func.js.snapshot/tree.json +362 -0
  16. package/test/integ.iotlam-iot-lambda-use-existing-func.js +5 -2
  17. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/asset.42a35bbf0dec9ef0ac5b0dde87e71a1b8929e8d2d178dd09ccfb2c928ec0198c/index.js +10 -0
  18. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/cdk.out +1 -0
  19. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/integ.json +12 -0
  20. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/iotlam-iot-lambda-use-existing-func.assets.json +32 -0
  21. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/iotlam-iot-lambda-use-existing-func.template.json +217 -0
  22. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.assets.json +19 -0
  23. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.template.json +36 -0
  24. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/manifest.json +137 -0
  25. package/test/integ.iotlam-iot-lambda-use-existing-func.js.snapshot/tree.json +362 -0
  26. package/test/integ.iotlam-iot-lambda-new-func.expected.json +0 -217
  27. package/test/integ.iotlam-iot-lambda-use-existing-func.expected.json +0 -217
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "source": {
6
+ "path": "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.template.json",
7
+ "packaging": "file"
8
+ },
9
+ "destinations": {
10
+ "current_account-current_region": {
11
+ "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12
+ "objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
13
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14
+ }
15
+ }
16
+ }
17
+ },
18
+ "dockerImages": {}
19
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "Parameters": {
3
+ "BootstrapVersion": {
4
+ "Type": "AWS::SSM::Parameter::Value<String>",
5
+ "Default": "/cdk-bootstrap/hnb659fds/version",
6
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
7
+ }
8
+ },
9
+ "Rules": {
10
+ "CheckBootstrapVersion": {
11
+ "Assertions": [
12
+ {
13
+ "Assert": {
14
+ "Fn::Not": [
15
+ {
16
+ "Fn::Contains": [
17
+ [
18
+ "1",
19
+ "2",
20
+ "3",
21
+ "4",
22
+ "5"
23
+ ],
24
+ {
25
+ "Ref": "BootstrapVersion"
26
+ }
27
+ ]
28
+ }
29
+ ]
30
+ },
31
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,137 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "artifacts": {
4
+ "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.assets": {
5
+ "type": "cdk:asset-manifest",
6
+ "properties": {
7
+ "file": "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.assets.json",
8
+ "requiresBootstrapStackVersion": 6,
9
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
10
+ }
11
+ },
12
+ "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245": {
13
+ "type": "aws:cloudformation:stack",
14
+ "environment": "aws://unknown-account/unknown-region",
15
+ "properties": {
16
+ "templateFile": "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.template.json",
17
+ "terminationProtection": false,
18
+ "validateOnSynth": false,
19
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
20
+ "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
21
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
22
+ "requiresBootstrapStackVersion": 6,
23
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
24
+ "additionalDependencies": [
25
+ "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.assets"
26
+ ],
27
+ "lookupRole": {
28
+ "arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
29
+ "requiresBootstrapStackVersion": 8,
30
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
31
+ }
32
+ },
33
+ "dependencies": [
34
+ "iotlamiotlambdauseexistingfuncIntegDefaultTestDeployAssert1472E245.assets"
35
+ ],
36
+ "metadata": {
37
+ "/iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
38
+ {
39
+ "type": "aws:cdk:logicalId",
40
+ "data": "BootstrapVersion"
41
+ }
42
+ ],
43
+ "/iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
44
+ {
45
+ "type": "aws:cdk:logicalId",
46
+ "data": "CheckBootstrapVersion"
47
+ }
48
+ ]
49
+ },
50
+ "displayName": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert"
51
+ },
52
+ "iotlam-iot-lambda-use-existing-func.assets": {
53
+ "type": "cdk:asset-manifest",
54
+ "properties": {
55
+ "file": "iotlam-iot-lambda-use-existing-func.assets.json",
56
+ "requiresBootstrapStackVersion": 6,
57
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
58
+ }
59
+ },
60
+ "iotlam-iot-lambda-use-existing-func": {
61
+ "type": "aws:cloudformation:stack",
62
+ "environment": "aws://unknown-account/unknown-region",
63
+ "properties": {
64
+ "templateFile": "iotlam-iot-lambda-use-existing-func.template.json",
65
+ "terminationProtection": false,
66
+ "validateOnSynth": false,
67
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
68
+ "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
69
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/e0806d10dfdd849d6edcdfdc5a48cfdd40714fc22c8533168993623c4fbcd551.json",
70
+ "requiresBootstrapStackVersion": 6,
71
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
+ "additionalDependencies": [
73
+ "iotlam-iot-lambda-use-existing-func.assets"
74
+ ],
75
+ "lookupRole": {
76
+ "arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
77
+ "requiresBootstrapStackVersion": 8,
78
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
79
+ }
80
+ },
81
+ "dependencies": [
82
+ "iotlam-iot-lambda-use-existing-func.assets"
83
+ ],
84
+ "metadata": {
85
+ "/iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/Resource": [
86
+ {
87
+ "type": "aws:cdk:logicalId",
88
+ "data": "LambdaFunctionServiceRole0C4CDE0B"
89
+ }
90
+ ],
91
+ "/iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/DefaultPolicy/Resource": [
92
+ {
93
+ "type": "aws:cdk:logicalId",
94
+ "data": "LambdaFunctionServiceRoleDefaultPolicy126C8897"
95
+ }
96
+ ],
97
+ "/iotlam-iot-lambda-use-existing-func/LambdaFunction/Resource": [
98
+ {
99
+ "type": "aws:cdk:logicalId",
100
+ "data": "LambdaFunctionBF21E41F"
101
+ }
102
+ ],
103
+ "/iotlam-iot-lambda-use-existing-func/LambdaFunction/AwsIotLambdaInvokePermission-1": [
104
+ {
105
+ "type": "aws:cdk:logicalId",
106
+ "data": "LambdaFunctionAwsIotLambdaInvokePermission13FA2DACB"
107
+ }
108
+ ],
109
+ "/iotlam-iot-lambda-use-existing-func/test-iot-lambda-integration/IotTopic": [
110
+ {
111
+ "type": "aws:cdk:logicalId",
112
+ "data": "testiotlambdaintegrationIotTopic18B6A735"
113
+ }
114
+ ],
115
+ "/iotlam-iot-lambda-use-existing-func/BootstrapVersion": [
116
+ {
117
+ "type": "aws:cdk:logicalId",
118
+ "data": "BootstrapVersion"
119
+ }
120
+ ],
121
+ "/iotlam-iot-lambda-use-existing-func/CheckBootstrapVersion": [
122
+ {
123
+ "type": "aws:cdk:logicalId",
124
+ "data": "CheckBootstrapVersion"
125
+ }
126
+ ]
127
+ },
128
+ "displayName": "iotlam-iot-lambda-use-existing-func"
129
+ },
130
+ "Tree": {
131
+ "type": "cdk:tree",
132
+ "properties": {
133
+ "file": "tree.json"
134
+ }
135
+ }
136
+ }
137
+ }
@@ -0,0 +1,362 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "iotlam-iot-lambda-use-existing-func": {
8
+ "id": "iotlam-iot-lambda-use-existing-func",
9
+ "path": "iotlam-iot-lambda-use-existing-func",
10
+ "children": {
11
+ "LambdaFunctionServiceRole": {
12
+ "id": "LambdaFunctionServiceRole",
13
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole",
14
+ "children": {
15
+ "ImportLambdaFunctionServiceRole": {
16
+ "id": "ImportLambdaFunctionServiceRole",
17
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
18
+ "constructInfo": {
19
+ "fqn": "aws-cdk-lib.Resource",
20
+ "version": "2.118.0"
21
+ }
22
+ },
23
+ "Resource": {
24
+ "id": "Resource",
25
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/Resource",
26
+ "attributes": {
27
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
28
+ "aws:cdk:cloudformation:props": {
29
+ "assumeRolePolicyDocument": {
30
+ "Statement": [
31
+ {
32
+ "Action": "sts:AssumeRole",
33
+ "Effect": "Allow",
34
+ "Principal": {
35
+ "Service": "lambda.amazonaws.com"
36
+ }
37
+ }
38
+ ],
39
+ "Version": "2012-10-17"
40
+ },
41
+ "policies": [
42
+ {
43
+ "policyName": "LambdaFunctionServiceRolePolicy",
44
+ "policyDocument": {
45
+ "Statement": [
46
+ {
47
+ "Action": [
48
+ "logs:CreateLogGroup",
49
+ "logs:CreateLogStream",
50
+ "logs:PutLogEvents"
51
+ ],
52
+ "Effect": "Allow",
53
+ "Resource": {
54
+ "Fn::Join": [
55
+ "",
56
+ [
57
+ "arn:",
58
+ {
59
+ "Ref": "AWS::Partition"
60
+ },
61
+ ":logs:",
62
+ {
63
+ "Ref": "AWS::Region"
64
+ },
65
+ ":",
66
+ {
67
+ "Ref": "AWS::AccountId"
68
+ },
69
+ ":log-group:/aws/lambda/*"
70
+ ]
71
+ ]
72
+ }
73
+ }
74
+ ],
75
+ "Version": "2012-10-17"
76
+ }
77
+ }
78
+ ]
79
+ }
80
+ },
81
+ "constructInfo": {
82
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
83
+ "version": "2.118.0"
84
+ }
85
+ },
86
+ "DefaultPolicy": {
87
+ "id": "DefaultPolicy",
88
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/DefaultPolicy",
89
+ "children": {
90
+ "Resource": {
91
+ "id": "Resource",
92
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunctionServiceRole/DefaultPolicy/Resource",
93
+ "attributes": {
94
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
95
+ "aws:cdk:cloudformation:props": {
96
+ "policyDocument": {
97
+ "Statement": [
98
+ {
99
+ "Action": [
100
+ "xray:PutTelemetryRecords",
101
+ "xray:PutTraceSegments"
102
+ ],
103
+ "Effect": "Allow",
104
+ "Resource": "*"
105
+ }
106
+ ],
107
+ "Version": "2012-10-17"
108
+ },
109
+ "policyName": "LambdaFunctionServiceRoleDefaultPolicy126C8897",
110
+ "roles": [
111
+ {
112
+ "Ref": "LambdaFunctionServiceRole0C4CDE0B"
113
+ }
114
+ ]
115
+ }
116
+ },
117
+ "constructInfo": {
118
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
119
+ "version": "2.118.0"
120
+ }
121
+ }
122
+ },
123
+ "constructInfo": {
124
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
125
+ "version": "2.118.0"
126
+ }
127
+ }
128
+ },
129
+ "constructInfo": {
130
+ "fqn": "aws-cdk-lib.aws_iam.Role",
131
+ "version": "2.118.0"
132
+ }
133
+ },
134
+ "LambdaFunction": {
135
+ "id": "LambdaFunction",
136
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction",
137
+ "children": {
138
+ "Code": {
139
+ "id": "Code",
140
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction/Code",
141
+ "children": {
142
+ "Stage": {
143
+ "id": "Stage",
144
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction/Code/Stage",
145
+ "constructInfo": {
146
+ "fqn": "aws-cdk-lib.AssetStaging",
147
+ "version": "2.118.0"
148
+ }
149
+ },
150
+ "AssetBucket": {
151
+ "id": "AssetBucket",
152
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction/Code/AssetBucket",
153
+ "constructInfo": {
154
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
155
+ "version": "2.118.0"
156
+ }
157
+ }
158
+ },
159
+ "constructInfo": {
160
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
161
+ "version": "2.118.0"
162
+ }
163
+ },
164
+ "Resource": {
165
+ "id": "Resource",
166
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction/Resource",
167
+ "attributes": {
168
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
169
+ "aws:cdk:cloudformation:props": {
170
+ "code": {
171
+ "s3Bucket": {
172
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
173
+ },
174
+ "s3Key": "42a35bbf0dec9ef0ac5b0dde87e71a1b8929e8d2d178dd09ccfb2c928ec0198c.zip"
175
+ },
176
+ "environment": {
177
+ "variables": {
178
+ "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
179
+ }
180
+ },
181
+ "handler": "index.handler",
182
+ "role": {
183
+ "Fn::GetAtt": [
184
+ "LambdaFunctionServiceRole0C4CDE0B",
185
+ "Arn"
186
+ ]
187
+ },
188
+ "runtime": "nodejs16.x",
189
+ "tracingConfig": {
190
+ "mode": "Active"
191
+ }
192
+ }
193
+ },
194
+ "constructInfo": {
195
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
196
+ "version": "2.118.0"
197
+ }
198
+ },
199
+ "AwsIotLambdaInvokePermission-1": {
200
+ "id": "AwsIotLambdaInvokePermission-1",
201
+ "path": "iotlam-iot-lambda-use-existing-func/LambdaFunction/AwsIotLambdaInvokePermission-1",
202
+ "attributes": {
203
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
204
+ "aws:cdk:cloudformation:props": {
205
+ "action": "lambda:InvokeFunction",
206
+ "functionName": {
207
+ "Fn::GetAtt": [
208
+ "LambdaFunctionBF21E41F",
209
+ "Arn"
210
+ ]
211
+ },
212
+ "principal": "iot.amazonaws.com",
213
+ "sourceArn": {
214
+ "Fn::GetAtt": [
215
+ "testiotlambdaintegrationIotTopic18B6A735",
216
+ "Arn"
217
+ ]
218
+ }
219
+ }
220
+ },
221
+ "constructInfo": {
222
+ "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
223
+ "version": "2.118.0"
224
+ }
225
+ }
226
+ },
227
+ "constructInfo": {
228
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
229
+ "version": "2.118.0"
230
+ }
231
+ },
232
+ "test-iot-lambda-integration": {
233
+ "id": "test-iot-lambda-integration",
234
+ "path": "iotlam-iot-lambda-use-existing-func/test-iot-lambda-integration",
235
+ "children": {
236
+ "IotTopic": {
237
+ "id": "IotTopic",
238
+ "path": "iotlam-iot-lambda-use-existing-func/test-iot-lambda-integration/IotTopic",
239
+ "attributes": {
240
+ "aws:cdk:cloudformation:type": "AWS::IoT::TopicRule",
241
+ "aws:cdk:cloudformation:props": {
242
+ "topicRulePayload": {
243
+ "ruleDisabled": false,
244
+ "actions": [
245
+ {
246
+ "lambda": {
247
+ "functionArn": {
248
+ "Fn::GetAtt": [
249
+ "LambdaFunctionBF21E41F",
250
+ "Arn"
251
+ ]
252
+ }
253
+ }
254
+ }
255
+ ],
256
+ "sql": "SELECT * FROM 'connectedcar/dtc/#'",
257
+ "description": "Processing of DTC messages from the AWS Connected Vehicle Solution."
258
+ }
259
+ }
260
+ },
261
+ "constructInfo": {
262
+ "fqn": "aws-cdk-lib.aws_iot.CfnTopicRule",
263
+ "version": "2.118.0"
264
+ }
265
+ }
266
+ },
267
+ "constructInfo": {
268
+ "fqn": "@aws-solutions-constructs/aws-iot-lambda.IotToLambda",
269
+ "version": "2.50.0"
270
+ }
271
+ },
272
+ "Integ": {
273
+ "id": "Integ",
274
+ "path": "iotlam-iot-lambda-use-existing-func/Integ",
275
+ "children": {
276
+ "DefaultTest": {
277
+ "id": "DefaultTest",
278
+ "path": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest",
279
+ "children": {
280
+ "Default": {
281
+ "id": "Default",
282
+ "path": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/Default",
283
+ "constructInfo": {
284
+ "fqn": "constructs.Construct",
285
+ "version": "10.0.0"
286
+ }
287
+ },
288
+ "DeployAssert": {
289
+ "id": "DeployAssert",
290
+ "path": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert",
291
+ "children": {
292
+ "BootstrapVersion": {
293
+ "id": "BootstrapVersion",
294
+ "path": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert/BootstrapVersion",
295
+ "constructInfo": {
296
+ "fqn": "aws-cdk-lib.CfnParameter",
297
+ "version": "2.118.0"
298
+ }
299
+ },
300
+ "CheckBootstrapVersion": {
301
+ "id": "CheckBootstrapVersion",
302
+ "path": "iotlam-iot-lambda-use-existing-func/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
303
+ "constructInfo": {
304
+ "fqn": "aws-cdk-lib.CfnRule",
305
+ "version": "2.118.0"
306
+ }
307
+ }
308
+ },
309
+ "constructInfo": {
310
+ "fqn": "aws-cdk-lib.Stack",
311
+ "version": "2.118.0"
312
+ }
313
+ }
314
+ },
315
+ "constructInfo": {
316
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
317
+ "version": "2.118.0-alpha.0"
318
+ }
319
+ }
320
+ },
321
+ "constructInfo": {
322
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
323
+ "version": "2.118.0-alpha.0"
324
+ }
325
+ },
326
+ "BootstrapVersion": {
327
+ "id": "BootstrapVersion",
328
+ "path": "iotlam-iot-lambda-use-existing-func/BootstrapVersion",
329
+ "constructInfo": {
330
+ "fqn": "aws-cdk-lib.CfnParameter",
331
+ "version": "2.118.0"
332
+ }
333
+ },
334
+ "CheckBootstrapVersion": {
335
+ "id": "CheckBootstrapVersion",
336
+ "path": "iotlam-iot-lambda-use-existing-func/CheckBootstrapVersion",
337
+ "constructInfo": {
338
+ "fqn": "aws-cdk-lib.CfnRule",
339
+ "version": "2.118.0"
340
+ }
341
+ }
342
+ },
343
+ "constructInfo": {
344
+ "fqn": "aws-cdk-lib.Stack",
345
+ "version": "2.118.0"
346
+ }
347
+ },
348
+ "Tree": {
349
+ "id": "Tree",
350
+ "path": "Tree",
351
+ "constructInfo": {
352
+ "fqn": "constructs.Construct",
353
+ "version": "10.0.0"
354
+ }
355
+ }
356
+ },
357
+ "constructInfo": {
358
+ "fqn": "aws-cdk-lib.App",
359
+ "version": "2.118.0"
360
+ }
361
+ }
362
+ }