@aws-solutions-constructs/aws-kinesisstreams-lambda 2.50.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 +50 -5
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +12 -11
  6. package/test/integ.kinlam-existing.js +5 -2
  7. package/test/integ.kinlam-existing.js.snapshot/asset.26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88/index.js +21 -0
  8. package/test/integ.kinlam-existing.js.snapshot/cdk.out +1 -0
  9. package/test/integ.kinlam-existing.js.snapshot/integ.json +12 -0
  10. package/test/integ.kinlam-existing.js.snapshot/kinlam-existing.assets.json +32 -0
  11. package/test/integ.kinlam-existing.js.snapshot/kinlam-existing.template.json +325 -0
  12. package/test/integ.kinlam-existing.js.snapshot/kinlamexistingIntegDefaultTestDeployAssert64C292A9.assets.json +19 -0
  13. package/test/integ.kinlam-existing.js.snapshot/kinlamexistingIntegDefaultTestDeployAssert64C292A9.template.json +36 -0
  14. package/test/integ.kinlam-existing.js.snapshot/manifest.json +161 -0
  15. package/test/integ.kinlam-existing.js.snapshot/tree.json +573 -0
  16. package/test/integ.kinlam-no-arguments.js +5 -2
  17. package/test/integ.kinlam-no-arguments.js.snapshot/asset.26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88/index.js +21 -0
  18. package/test/integ.kinlam-no-arguments.js.snapshot/cdk.out +1 -0
  19. package/test/integ.kinlam-no-arguments.js.snapshot/integ.json +12 -0
  20. package/test/integ.kinlam-no-arguments.js.snapshot/kinlam-no-arguments.assets.json +32 -0
  21. package/test/integ.kinlam-no-arguments.js.snapshot/kinlam-no-arguments.template.json +355 -0
  22. package/test/integ.kinlam-no-arguments.js.snapshot/kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.assets.json +19 -0
  23. package/test/integ.kinlam-no-arguments.js.snapshot/kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.template.json +36 -0
  24. package/test/integ.kinlam-no-arguments.js.snapshot/manifest.json +161 -0
  25. package/test/integ.kinlam-no-arguments.js.snapshot/tree.json +589 -0
  26. package/test/integ.kinlam-existing.expected.json +0 -335
  27. package/test/integ.kinlam-no-arguments.expected.json +0 -365
@@ -0,0 +1,355 @@
1
+ {
2
+ "Description": "Integration Test for aws-kinesisstreams-lambda",
3
+ "Resources": {
4
+ "testkinesisstreamslambdaKinesisStream374D6D56": {
5
+ "Type": "AWS::Kinesis::Stream",
6
+ "Properties": {
7
+ "RetentionPeriodHours": 24,
8
+ "ShardCount": 1,
9
+ "StreamEncryption": {
10
+ "EncryptionType": "KMS",
11
+ "KeyId": "alias/aws/kinesis"
12
+ }
13
+ }
14
+ },
15
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E": {
16
+ "Type": "AWS::IAM::Role",
17
+ "Properties": {
18
+ "AssumeRolePolicyDocument": {
19
+ "Statement": [
20
+ {
21
+ "Action": "sts:AssumeRole",
22
+ "Effect": "Allow",
23
+ "Principal": {
24
+ "Service": "lambda.amazonaws.com"
25
+ }
26
+ }
27
+ ],
28
+ "Version": "2012-10-17"
29
+ },
30
+ "Policies": [
31
+ {
32
+ "PolicyDocument": {
33
+ "Statement": [
34
+ {
35
+ "Action": [
36
+ "logs:CreateLogGroup",
37
+ "logs:CreateLogStream",
38
+ "logs:PutLogEvents"
39
+ ],
40
+ "Effect": "Allow",
41
+ "Resource": {
42
+ "Fn::Join": [
43
+ "",
44
+ [
45
+ "arn:",
46
+ {
47
+ "Ref": "AWS::Partition"
48
+ },
49
+ ":logs:",
50
+ {
51
+ "Ref": "AWS::Region"
52
+ },
53
+ ":",
54
+ {
55
+ "Ref": "AWS::AccountId"
56
+ },
57
+ ":log-group:/aws/lambda/*"
58
+ ]
59
+ ]
60
+ }
61
+ }
62
+ ],
63
+ "Version": "2012-10-17"
64
+ },
65
+ "PolicyName": "LambdaFunctionServiceRolePolicy"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleDefaultPolicy4929C676": {
71
+ "Type": "AWS::IAM::Policy",
72
+ "Properties": {
73
+ "PolicyDocument": {
74
+ "Statement": [
75
+ {
76
+ "Action": [
77
+ "xray:PutTelemetryRecords",
78
+ "xray:PutTraceSegments"
79
+ ],
80
+ "Effect": "Allow",
81
+ "Resource": "*"
82
+ },
83
+ {
84
+ "Action": [
85
+ "kinesis:DescribeStream",
86
+ "kinesis:DescribeStreamConsumer",
87
+ "kinesis:DescribeStreamSummary",
88
+ "kinesis:GetRecords",
89
+ "kinesis:GetShardIterator",
90
+ "kinesis:ListShards",
91
+ "kinesis:ListStreams",
92
+ "kinesis:SubscribeToShard"
93
+ ],
94
+ "Effect": "Allow",
95
+ "Resource": {
96
+ "Fn::GetAtt": [
97
+ "testkinesisstreamslambdaKinesisStream374D6D56",
98
+ "Arn"
99
+ ]
100
+ }
101
+ },
102
+ {
103
+ "Action": [
104
+ "sqs:GetQueueAttributes",
105
+ "sqs:GetQueueUrl",
106
+ "sqs:SendMessage"
107
+ ],
108
+ "Effect": "Allow",
109
+ "Resource": {
110
+ "Fn::GetAtt": [
111
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
112
+ "Arn"
113
+ ]
114
+ }
115
+ }
116
+ ],
117
+ "Version": "2012-10-17"
118
+ },
119
+ "PolicyName": "testkinesisstreamslambdaLambdaFunctionServiceRoleDefaultPolicy4929C676",
120
+ "Roles": [
121
+ {
122
+ "Ref": "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E"
123
+ }
124
+ ]
125
+ },
126
+ "Metadata": {
127
+ "cfn_nag": {
128
+ "rules_to_suppress": [
129
+ {
130
+ "id": "W12",
131
+ "reason": "Lambda needs the following minimum required permissions to send trace data to X-Ray and access ENIs in a VPC."
132
+ }
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ "testkinesisstreamslambdaLambdaFunctionB9A91CA7": {
138
+ "Type": "AWS::Lambda::Function",
139
+ "Properties": {
140
+ "Code": {
141
+ "S3Bucket": {
142
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
143
+ },
144
+ "S3Key": "26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88.zip"
145
+ },
146
+ "Environment": {
147
+ "Variables": {
148
+ "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
149
+ }
150
+ },
151
+ "Handler": "index.handler",
152
+ "Role": {
153
+ "Fn::GetAtt": [
154
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E",
155
+ "Arn"
156
+ ]
157
+ },
158
+ "Runtime": "nodejs16.x",
159
+ "TracingConfig": {
160
+ "Mode": "Active"
161
+ }
162
+ },
163
+ "DependsOn": [
164
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleDefaultPolicy4929C676",
165
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E"
166
+ ],
167
+ "Metadata": {
168
+ "cfn_nag": {
169
+ "rules_to_suppress": [
170
+ {
171
+ "id": "W58",
172
+ "reason": "Lambda functions has the required permission to write CloudWatch Logs. It uses custom policy instead of arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole with tighter permissions."
173
+ },
174
+ {
175
+ "id": "W89",
176
+ "reason": "This is not a rule for the general case, just for specific use cases/industries"
177
+ },
178
+ {
179
+ "id": "W92",
180
+ "reason": "Impossible for us to define the correct concurrency for clients"
181
+ }
182
+ ]
183
+ }
184
+ }
185
+ },
186
+ "testkinesisstreamslambdaLambdaFunctionKinesisEventSourcekinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952638E81E3": {
187
+ "Type": "AWS::Lambda::EventSourceMapping",
188
+ "Properties": {
189
+ "BatchSize": 100,
190
+ "BisectBatchOnFunctionError": true,
191
+ "DestinationConfig": {
192
+ "OnFailure": {
193
+ "Destination": {
194
+ "Fn::GetAtt": [
195
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
196
+ "Arn"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ "EventSourceArn": {
202
+ "Fn::GetAtt": [
203
+ "testkinesisstreamslambdaKinesisStream374D6D56",
204
+ "Arn"
205
+ ]
206
+ },
207
+ "FunctionName": {
208
+ "Ref": "testkinesisstreamslambdaLambdaFunctionB9A91CA7"
209
+ },
210
+ "MaximumRecordAgeInSeconds": 86400,
211
+ "MaximumRetryAttempts": 5,
212
+ "StartingPosition": "TRIM_HORIZON"
213
+ }
214
+ },
215
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA": {
216
+ "Type": "AWS::SQS::Queue",
217
+ "Properties": {
218
+ "KmsMasterKeyId": "alias/aws/sqs"
219
+ },
220
+ "UpdateReplacePolicy": "Delete",
221
+ "DeletionPolicy": "Delete"
222
+ },
223
+ "testkinesisstreamslambdaSqsDlqQueuePolicy670A2EC7": {
224
+ "Type": "AWS::SQS::QueuePolicy",
225
+ "Properties": {
226
+ "PolicyDocument": {
227
+ "Statement": [
228
+ {
229
+ "Action": [
230
+ "sqs:AddPermission",
231
+ "sqs:DeleteMessage",
232
+ "sqs:GetQueueAttributes",
233
+ "sqs:ReceiveMessage",
234
+ "sqs:RemovePermission",
235
+ "sqs:SendMessage",
236
+ "sqs:SetQueueAttributes"
237
+ ],
238
+ "Effect": "Allow",
239
+ "Principal": {
240
+ "AWS": {
241
+ "Fn::Join": [
242
+ "",
243
+ [
244
+ "arn:",
245
+ {
246
+ "Ref": "AWS::Partition"
247
+ },
248
+ ":iam::",
249
+ {
250
+ "Ref": "AWS::AccountId"
251
+ },
252
+ ":root"
253
+ ]
254
+ ]
255
+ }
256
+ },
257
+ "Resource": {
258
+ "Fn::GetAtt": [
259
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
260
+ "Arn"
261
+ ]
262
+ },
263
+ "Sid": "QueueOwnerOnlyAccess"
264
+ },
265
+ {
266
+ "Action": "SQS:*",
267
+ "Condition": {
268
+ "Bool": {
269
+ "aws:SecureTransport": "false"
270
+ }
271
+ },
272
+ "Effect": "Deny",
273
+ "Principal": {
274
+ "AWS": "*"
275
+ },
276
+ "Resource": {
277
+ "Fn::GetAtt": [
278
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
279
+ "Arn"
280
+ ]
281
+ },
282
+ "Sid": "HttpsOnly"
283
+ }
284
+ ],
285
+ "Version": "2012-10-17"
286
+ },
287
+ "Queues": [
288
+ {
289
+ "Ref": "testkinesisstreamslambdaSqsDlqQueue5971C9BA"
290
+ }
291
+ ]
292
+ }
293
+ },
294
+ "testkinesisstreamslambdaKinesisStreamGetRecordsIteratorAgeAlarmFB74C363": {
295
+ "Type": "AWS::CloudWatch::Alarm",
296
+ "Properties": {
297
+ "AlarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
298
+ "ComparisonOperator": "GreaterThanOrEqualToThreshold",
299
+ "EvaluationPeriods": 1,
300
+ "MetricName": "GetRecords.IteratorAgeMilliseconds",
301
+ "Namespace": "AWS/Kinesis",
302
+ "Period": 300,
303
+ "Statistic": "Maximum",
304
+ "Threshold": 43200000
305
+ }
306
+ },
307
+ "testkinesisstreamslambdaKinesisStreamReadProvisionedThroughputExceededAlarm5ABF4346": {
308
+ "Type": "AWS::CloudWatch::Alarm",
309
+ "Properties": {
310
+ "AlarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
311
+ "ComparisonOperator": "GreaterThanThreshold",
312
+ "EvaluationPeriods": 1,
313
+ "MetricName": "ReadProvisionedThroughputExceeded",
314
+ "Namespace": "AWS/Kinesis",
315
+ "Period": 300,
316
+ "Statistic": "Average",
317
+ "Threshold": 0
318
+ }
319
+ }
320
+ },
321
+ "Parameters": {
322
+ "BootstrapVersion": {
323
+ "Type": "AWS::SSM::Parameter::Value<String>",
324
+ "Default": "/cdk-bootstrap/hnb659fds/version",
325
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
326
+ }
327
+ },
328
+ "Rules": {
329
+ "CheckBootstrapVersion": {
330
+ "Assertions": [
331
+ {
332
+ "Assert": {
333
+ "Fn::Not": [
334
+ {
335
+ "Fn::Contains": [
336
+ [
337
+ "1",
338
+ "2",
339
+ "3",
340
+ "4",
341
+ "5"
342
+ ],
343
+ {
344
+ "Ref": "BootstrapVersion"
345
+ }
346
+ ]
347
+ }
348
+ ]
349
+ },
350
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
351
+ }
352
+ ]
353
+ }
354
+ }
355
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "source": {
6
+ "path": "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.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,161 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "artifacts": {
4
+ "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.assets": {
5
+ "type": "cdk:asset-manifest",
6
+ "properties": {
7
+ "file": "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.assets.json",
8
+ "requiresBootstrapStackVersion": 6,
9
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
10
+ }
11
+ },
12
+ "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42": {
13
+ "type": "aws:cloudformation:stack",
14
+ "environment": "aws://unknown-account/unknown-region",
15
+ "properties": {
16
+ "templateFile": "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.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
+ "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.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
+ "kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.assets"
35
+ ],
36
+ "metadata": {
37
+ "/kinlam-no-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
38
+ {
39
+ "type": "aws:cdk:logicalId",
40
+ "data": "BootstrapVersion"
41
+ }
42
+ ],
43
+ "/kinlam-no-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
44
+ {
45
+ "type": "aws:cdk:logicalId",
46
+ "data": "CheckBootstrapVersion"
47
+ }
48
+ ]
49
+ },
50
+ "displayName": "kinlam-no-arguments/Integ/DefaultTest/DeployAssert"
51
+ },
52
+ "kinlam-no-arguments.assets": {
53
+ "type": "cdk:asset-manifest",
54
+ "properties": {
55
+ "file": "kinlam-no-arguments.assets.json",
56
+ "requiresBootstrapStackVersion": 6,
57
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
58
+ }
59
+ },
60
+ "kinlam-no-arguments": {
61
+ "type": "aws:cloudformation:stack",
62
+ "environment": "aws://unknown-account/unknown-region",
63
+ "properties": {
64
+ "templateFile": "kinlam-no-arguments.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}/41c19f89d09dd3b53b8ab155f7016c8e1096f4e060b7c39dcce68eb513bb8366.json",
70
+ "requiresBootstrapStackVersion": 6,
71
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
+ "additionalDependencies": [
73
+ "kinlam-no-arguments.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
+ "kinlam-no-arguments.assets"
83
+ ],
84
+ "metadata": {
85
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStream/Resource": [
86
+ {
87
+ "type": "aws:cdk:logicalId",
88
+ "data": "testkinesisstreamslambdaKinesisStream374D6D56"
89
+ }
90
+ ],
91
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/Resource": [
92
+ {
93
+ "type": "aws:cdk:logicalId",
94
+ "data": "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E"
95
+ }
96
+ ],
97
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/DefaultPolicy/Resource": [
98
+ {
99
+ "type": "aws:cdk:logicalId",
100
+ "data": "testkinesisstreamslambdaLambdaFunctionServiceRoleDefaultPolicy4929C676"
101
+ }
102
+ ],
103
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/Resource": [
104
+ {
105
+ "type": "aws:cdk:logicalId",
106
+ "data": "testkinesisstreamslambdaLambdaFunctionB9A91CA7"
107
+ }
108
+ ],
109
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/KinesisEventSource:kinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952/Resource": [
110
+ {
111
+ "type": "aws:cdk:logicalId",
112
+ "data": "testkinesisstreamslambdaLambdaFunctionKinesisEventSourcekinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952638E81E3"
113
+ }
114
+ ],
115
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue/Resource": [
116
+ {
117
+ "type": "aws:cdk:logicalId",
118
+ "data": "testkinesisstreamslambdaSqsDlqQueue5971C9BA"
119
+ }
120
+ ],
121
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue/Policy/Resource": [
122
+ {
123
+ "type": "aws:cdk:logicalId",
124
+ "data": "testkinesisstreamslambdaSqsDlqQueuePolicy670A2EC7"
125
+ }
126
+ ],
127
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamGetRecordsIteratorAgeAlarm/Resource": [
128
+ {
129
+ "type": "aws:cdk:logicalId",
130
+ "data": "testkinesisstreamslambdaKinesisStreamGetRecordsIteratorAgeAlarmFB74C363"
131
+ }
132
+ ],
133
+ "/kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamReadProvisionedThroughputExceededAlarm/Resource": [
134
+ {
135
+ "type": "aws:cdk:logicalId",
136
+ "data": "testkinesisstreamslambdaKinesisStreamReadProvisionedThroughputExceededAlarm5ABF4346"
137
+ }
138
+ ],
139
+ "/kinlam-no-arguments/BootstrapVersion": [
140
+ {
141
+ "type": "aws:cdk:logicalId",
142
+ "data": "BootstrapVersion"
143
+ }
144
+ ],
145
+ "/kinlam-no-arguments/CheckBootstrapVersion": [
146
+ {
147
+ "type": "aws:cdk:logicalId",
148
+ "data": "CheckBootstrapVersion"
149
+ }
150
+ ]
151
+ },
152
+ "displayName": "kinlam-no-arguments"
153
+ },
154
+ "Tree": {
155
+ "type": "cdk:tree",
156
+ "properties": {
157
+ "file": "tree.json"
158
+ }
159
+ }
160
+ }
161
+ }