@aws-solutions-constructs/aws-fargate-kinesisstreams 2.45.0 → 2.47.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 (29) hide show
  1. package/.jsii +5 -5
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/{integ.existingFargateService.expected.json → integ.farkin-existingFargateService.expected.json} +33 -33
  5. package/test/integ.farkin-existingFargateService.js +37 -0
  6. package/test/{integ.existingStream.expected.json → integ.farkin-existingStream.expected.json} +33 -33
  7. package/test/integ.farkin-existingStream.js +35 -0
  8. package/test/{integ.noArguments.expected.json → integ.farkin-existingVpc.expected.json} +70 -70
  9. package/test/integ.farkin-existingVpc.js +33 -0
  10. package/test/{integ.fargateServiceFromProps.expected.json → integ.farkin-fargateServiceFromProps.expected.json} +33 -33
  11. package/test/{integ.existingStream.js → integ.farkin-fargateServiceFromProps.js} +5 -7
  12. package/test/{integ.existingVpc.expected.json → integ.farkin-noArguments.expected.json} +70 -70
  13. package/test/integ.farkin-noArguments.js +29 -0
  14. package/test/{integ.streamFromProps.expected.json → integ.farkin-streamFromProps.expected.json} +33 -33
  15. package/test/{integ.existingVpc.js → integ.farkin-streamFromProps.js} +6 -5
  16. package/test/{integ.vpcFromProps.expected.json → integ.farkin-vpcFromProps.expected.json} +33 -33
  17. package/test/integ.farkin-vpcFromProps.js +33 -0
  18. package/test/integ.existingFargateService.js +0 -37
  19. package/test/integ.fargateServiceFromProps.js +0 -33
  20. package/test/integ.noArguments.js +0 -29
  21. package/test/integ.streamFromProps.js +0 -34
  22. package/test/integ.vpcFromProps.js +0 -33
  23. /package/test/{integ.existingFargateService.d.ts → integ.farkin-existingFargateService.d.ts} +0 -0
  24. /package/test/{integ.existingStream.d.ts → integ.farkin-existingStream.d.ts} +0 -0
  25. /package/test/{integ.existingVpc.d.ts → integ.farkin-existingVpc.d.ts} +0 -0
  26. /package/test/{integ.fargateServiceFromProps.d.ts → integ.farkin-fargateServiceFromProps.d.ts} +0 -0
  27. /package/test/{integ.noArguments.d.ts → integ.farkin-noArguments.d.ts} +0 -0
  28. /package/test/{integ.streamFromProps.d.ts → integ.farkin-streamFromProps.d.ts} +0 -0
  29. /package/test/{integ.vpcFromProps.d.ts → integ.farkin-vpcFromProps.d.ts} +0 -0
@@ -1,5 +1,42 @@
1
1
  {
2
2
  "Resources": {
3
+ "testfargatekinesisstreamsKinesisStreamD31BD614": {
4
+ "Type": "AWS::Kinesis::Stream",
5
+ "Properties": {
6
+ "RetentionPeriodHours": 24,
7
+ "ShardCount": 1,
8
+ "StreamEncryption": {
9
+ "EncryptionType": "KMS",
10
+ "KeyId": "alias/aws/kinesis"
11
+ }
12
+ }
13
+ },
14
+ "testfargatekinesisstreamsKinesisStreamGetRecordsIteratorAgeAlarm60755E90": {
15
+ "Type": "AWS::CloudWatch::Alarm",
16
+ "Properties": {
17
+ "AlarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
18
+ "ComparisonOperator": "GreaterThanOrEqualToThreshold",
19
+ "EvaluationPeriods": 1,
20
+ "MetricName": "GetRecords.IteratorAgeMilliseconds",
21
+ "Namespace": "AWS/Kinesis",
22
+ "Period": 300,
23
+ "Statistic": "Maximum",
24
+ "Threshold": 43200000
25
+ }
26
+ },
27
+ "testfargatekinesisstreamsKinesisStreamReadProvisionedThroughputExceededAlarmDE16A9F2": {
28
+ "Type": "AWS::CloudWatch::Alarm",
29
+ "Properties": {
30
+ "AlarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
31
+ "ComparisonOperator": "GreaterThanThreshold",
32
+ "EvaluationPeriods": 1,
33
+ "MetricName": "ReadProvisionedThroughputExceeded",
34
+ "Namespace": "AWS/Kinesis",
35
+ "Period": 300,
36
+ "Statistic": "Average",
37
+ "Threshold": 0
38
+ }
39
+ },
3
40
  "Vpc8378EB38": {
4
41
  "Type": "AWS::EC2::VPC",
5
42
  "Properties": {
@@ -10,7 +47,7 @@
10
47
  "Tags": [
11
48
  {
12
49
  "Key": "Name",
13
- "Value": "existingVpc/Vpc"
50
+ "Value": "farkin-noArguments/Vpc"
14
51
  }
15
52
  ]
16
53
  }
@@ -32,7 +69,7 @@
32
69
  },
33
70
  {
34
71
  "Key": "Name",
35
- "Value": "existingVpc/Vpc/PublicSubnet1"
72
+ "Value": "farkin-noArguments/Vpc/PublicSubnet1"
36
73
  }
37
74
  ],
38
75
  "VpcId": {
@@ -56,7 +93,7 @@
56
93
  "Tags": [
57
94
  {
58
95
  "Key": "Name",
59
- "Value": "existingVpc/Vpc/PublicSubnet1"
96
+ "Value": "farkin-noArguments/Vpc/PublicSubnet1"
60
97
  }
61
98
  ],
62
99
  "VpcId": {
@@ -97,7 +134,7 @@
97
134
  "Tags": [
98
135
  {
99
136
  "Key": "Name",
100
- "Value": "existingVpc/Vpc/PublicSubnet1"
137
+ "Value": "farkin-noArguments/Vpc/PublicSubnet1"
101
138
  }
102
139
  ]
103
140
  }
@@ -117,7 +154,7 @@
117
154
  "Tags": [
118
155
  {
119
156
  "Key": "Name",
120
- "Value": "existingVpc/Vpc/PublicSubnet1"
157
+ "Value": "farkin-noArguments/Vpc/PublicSubnet1"
121
158
  }
122
159
  ]
123
160
  },
@@ -143,7 +180,7 @@
143
180
  },
144
181
  {
145
182
  "Key": "Name",
146
- "Value": "existingVpc/Vpc/PublicSubnet2"
183
+ "Value": "farkin-noArguments/Vpc/PublicSubnet2"
147
184
  }
148
185
  ],
149
186
  "VpcId": {
@@ -167,7 +204,7 @@
167
204
  "Tags": [
168
205
  {
169
206
  "Key": "Name",
170
- "Value": "existingVpc/Vpc/PublicSubnet2"
207
+ "Value": "farkin-noArguments/Vpc/PublicSubnet2"
171
208
  }
172
209
  ],
173
210
  "VpcId": {
@@ -208,7 +245,7 @@
208
245
  "Tags": [
209
246
  {
210
247
  "Key": "Name",
211
- "Value": "existingVpc/Vpc/PublicSubnet2"
248
+ "Value": "farkin-noArguments/Vpc/PublicSubnet2"
212
249
  }
213
250
  ]
214
251
  }
@@ -228,7 +265,7 @@
228
265
  "Tags": [
229
266
  {
230
267
  "Key": "Name",
231
- "Value": "existingVpc/Vpc/PublicSubnet2"
268
+ "Value": "farkin-noArguments/Vpc/PublicSubnet2"
232
269
  }
233
270
  ]
234
271
  },
@@ -254,7 +291,7 @@
254
291
  },
255
292
  {
256
293
  "Key": "Name",
257
- "Value": "existingVpc/Vpc/PublicSubnet3"
294
+ "Value": "farkin-noArguments/Vpc/PublicSubnet3"
258
295
  }
259
296
  ],
260
297
  "VpcId": {
@@ -278,7 +315,7 @@
278
315
  "Tags": [
279
316
  {
280
317
  "Key": "Name",
281
- "Value": "existingVpc/Vpc/PublicSubnet3"
318
+ "Value": "farkin-noArguments/Vpc/PublicSubnet3"
282
319
  }
283
320
  ],
284
321
  "VpcId": {
@@ -319,7 +356,7 @@
319
356
  "Tags": [
320
357
  {
321
358
  "Key": "Name",
322
- "Value": "existingVpc/Vpc/PublicSubnet3"
359
+ "Value": "farkin-noArguments/Vpc/PublicSubnet3"
323
360
  }
324
361
  ]
325
362
  }
@@ -339,7 +376,7 @@
339
376
  "Tags": [
340
377
  {
341
378
  "Key": "Name",
342
- "Value": "existingVpc/Vpc/PublicSubnet3"
379
+ "Value": "farkin-noArguments/Vpc/PublicSubnet3"
343
380
  }
344
381
  ]
345
382
  },
@@ -365,7 +402,7 @@
365
402
  },
366
403
  {
367
404
  "Key": "Name",
368
- "Value": "existingVpc/Vpc/PrivateSubnet1"
405
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet1"
369
406
  }
370
407
  ],
371
408
  "VpcId": {
@@ -379,7 +416,7 @@
379
416
  "Tags": [
380
417
  {
381
418
  "Key": "Name",
382
- "Value": "existingVpc/Vpc/PrivateSubnet1"
419
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet1"
383
420
  }
384
421
  ],
385
422
  "VpcId": {
@@ -427,7 +464,7 @@
427
464
  },
428
465
  {
429
466
  "Key": "Name",
430
- "Value": "existingVpc/Vpc/PrivateSubnet2"
467
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet2"
431
468
  }
432
469
  ],
433
470
  "VpcId": {
@@ -441,7 +478,7 @@
441
478
  "Tags": [
442
479
  {
443
480
  "Key": "Name",
444
- "Value": "existingVpc/Vpc/PrivateSubnet2"
481
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet2"
445
482
  }
446
483
  ],
447
484
  "VpcId": {
@@ -489,7 +526,7 @@
489
526
  },
490
527
  {
491
528
  "Key": "Name",
492
- "Value": "existingVpc/Vpc/PrivateSubnet3"
529
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet3"
493
530
  }
494
531
  ],
495
532
  "VpcId": {
@@ -503,7 +540,7 @@
503
540
  "Tags": [
504
541
  {
505
542
  "Key": "Name",
506
- "Value": "existingVpc/Vpc/PrivateSubnet3"
543
+ "Value": "farkin-noArguments/Vpc/PrivateSubnet3"
507
544
  }
508
545
  ],
509
546
  "VpcId": {
@@ -540,7 +577,7 @@
540
577
  "Tags": [
541
578
  {
542
579
  "Key": "Name",
543
- "Value": "existingVpc/Vpc"
580
+ "Value": "farkin-noArguments/Vpc"
544
581
  }
545
582
  ]
546
583
  }
@@ -574,7 +611,7 @@
574
611
  "Tags": [
575
612
  {
576
613
  "Key": "Name",
577
- "Value": "existingVpc/Vpc/FlowLog"
614
+ "Value": "farkin-noArguments/Vpc/FlowLog"
578
615
  }
579
616
  ]
580
617
  }
@@ -626,7 +663,7 @@
626
663
  "Tags": [
627
664
  {
628
665
  "Key": "Name",
629
- "Value": "existingVpc/Vpc/FlowLog"
666
+ "Value": "farkin-noArguments/Vpc/FlowLog"
630
667
  }
631
668
  ]
632
669
  },
@@ -663,7 +700,7 @@
663
700
  "Tags": [
664
701
  {
665
702
  "Key": "Name",
666
- "Value": "existingVpc/Vpc/FlowLog"
703
+ "Value": "farkin-noArguments/Vpc/FlowLog"
667
704
  }
668
705
  ],
669
706
  "TrafficType": "ALL"
@@ -676,7 +713,7 @@
676
713
  "SecurityGroupIds": [
677
714
  {
678
715
  "Fn::GetAtt": [
679
- "existingVpcKINESISSTREAMSsecuritygroupDE0E9DB9",
716
+ "farkinnoArgumentsKINESISSTREAMSsecuritygroup96006AA6",
680
717
  "GroupId"
681
718
  ]
682
719
  }
@@ -717,7 +754,7 @@
717
754
  "SecurityGroupIds": [
718
755
  {
719
756
  "Fn::GetAtt": [
720
- "existingVpcECRAPIsecuritygroupB3E4A376",
757
+ "farkinnoArgumentsECRAPIsecuritygroupC89CB01F",
721
758
  "GroupId"
722
759
  ]
723
760
  }
@@ -758,7 +795,7 @@
758
795
  "SecurityGroupIds": [
759
796
  {
760
797
  "Fn::GetAtt": [
761
- "existingVpcECRDKRsecuritygroup0500FAE6",
798
+ "farkinnoArgumentsECRDKRsecuritygroupC8F0FF04",
762
799
  "GroupId"
763
800
  ]
764
801
  }
@@ -833,47 +870,10 @@
833
870
  }
834
871
  }
835
872
  },
836
- "testfargatekinesisstreamsKinesisStreamD31BD614": {
837
- "Type": "AWS::Kinesis::Stream",
838
- "Properties": {
839
- "RetentionPeriodHours": 24,
840
- "ShardCount": 1,
841
- "StreamEncryption": {
842
- "EncryptionType": "KMS",
843
- "KeyId": "alias/aws/kinesis"
844
- }
845
- }
846
- },
847
- "testfargatekinesisstreamsKinesisStreamGetRecordsIteratorAgeAlarm60755E90": {
848
- "Type": "AWS::CloudWatch::Alarm",
849
- "Properties": {
850
- "AlarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
851
- "ComparisonOperator": "GreaterThanOrEqualToThreshold",
852
- "EvaluationPeriods": 1,
853
- "MetricName": "GetRecords.IteratorAgeMilliseconds",
854
- "Namespace": "AWS/Kinesis",
855
- "Period": 300,
856
- "Statistic": "Maximum",
857
- "Threshold": 43200000
858
- }
859
- },
860
- "testfargatekinesisstreamsKinesisStreamReadProvisionedThroughputExceededAlarmDE16A9F2": {
861
- "Type": "AWS::CloudWatch::Alarm",
862
- "Properties": {
863
- "AlarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
864
- "ComparisonOperator": "GreaterThanThreshold",
865
- "EvaluationPeriods": 1,
866
- "MetricName": "ReadProvisionedThroughputExceeded",
867
- "Namespace": "AWS/Kinesis",
868
- "Period": 300,
869
- "Statistic": "Average",
870
- "Threshold": 0
871
- }
872
- },
873
- "existingVpcKINESISSTREAMSsecuritygroupDE0E9DB9": {
873
+ "farkinnoArgumentsKINESISSTREAMSsecuritygroup96006AA6": {
874
874
  "Type": "AWS::EC2::SecurityGroup",
875
875
  "Properties": {
876
- "GroupDescription": "existingVpc/existingVpc-KINESIS_STREAMS-security-group",
876
+ "GroupDescription": "farkin-noArguments/farkin-noArguments-KINESIS_STREAMS-security-group",
877
877
  "SecurityGroupEgress": [
878
878
  {
879
879
  "CidrIp": "0.0.0.0/0",
@@ -928,10 +928,10 @@
928
928
  }
929
929
  }
930
930
  },
931
- "existingVpcECRAPIsecuritygroupB3E4A376": {
931
+ "farkinnoArgumentsECRAPIsecuritygroupC89CB01F": {
932
932
  "Type": "AWS::EC2::SecurityGroup",
933
933
  "Properties": {
934
- "GroupDescription": "existingVpc/existingVpc-ECR_API-security-group",
934
+ "GroupDescription": "farkin-noArguments/farkin-noArguments-ECR_API-security-group",
935
935
  "SecurityGroupEgress": [
936
936
  {
937
937
  "CidrIp": "0.0.0.0/0",
@@ -986,10 +986,10 @@
986
986
  }
987
987
  }
988
988
  },
989
- "existingVpcECRDKRsecuritygroup0500FAE6": {
989
+ "farkinnoArgumentsECRDKRsecuritygroupC8F0FF04": {
990
990
  "Type": "AWS::EC2::SecurityGroup",
991
991
  "Properties": {
992
- "GroupDescription": "existingVpc/existingVpc-ECR_DKR-security-group",
992
+ "GroupDescription": "farkin-noArguments/farkin-noArguments-ECR_DKR-security-group",
993
993
  "SecurityGroupEgress": [
994
994
  {
995
995
  "CidrIp": "0.0.0.0/0",
@@ -1120,7 +1120,7 @@
1120
1120
  }
1121
1121
  ],
1122
1122
  "Cpu": "256",
1123
- "Family": "existingVpctestfargatekinesisstreamstaskdefAAC2A3A2",
1123
+ "Family": "farkinnoArgumentstestfargatekinesisstreamstaskdefE3913C8B",
1124
1124
  "Memory": "512",
1125
1125
  "NetworkMode": "awsvpc",
1126
1126
  "RequiresCompatibilities": [
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
6
+ * with the License. A copy of the License is located at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES
11
+ * OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
12
+ * and limitations under the License.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ /// !cdk-integ *
16
+ const aws_cdk_lib_1 = require("aws-cdk-lib");
17
+ const lib_1 = require("../lib");
18
+ const core_1 = require("@aws-solutions-constructs/core");
19
+ const ecs = require("aws-cdk-lib/aws-ecs");
20
+ const app = new aws_cdk_lib_1.App();
21
+ const stack = new aws_cdk_lib_1.Stack(app, core_1.generateIntegStackName(__filename));
22
+ new lib_1.FargateToKinesisStreams(stack, 'test-fargate-kinesisstreams', {
23
+ publicApi: true,
24
+ containerDefinitionProps: {
25
+ image: ecs.ContainerImage.fromRegistry('nginx')
26
+ }
27
+ });
28
+ app.synth();
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZWcuZmFya2luLW5vQXJndW1lbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiaW50ZWcuZmFya2luLW5vQXJndW1lbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7Ozs7Ozs7Ozs7R0FXRzs7QUFFSCxnQkFBZ0I7QUFDaEIsNkNBQXlDO0FBQ3pDLGdDQUFpRDtBQUNqRCx5REFBd0U7QUFDeEUsMkNBQTJDO0FBRTNDLE1BQU0sR0FBRyxHQUFHLElBQUksaUJBQUcsRUFBRSxDQUFDO0FBQ3RCLE1BQU0sS0FBSyxHQUFHLElBQUksbUJBQUssQ0FBQyxHQUFHLEVBQUUsNkJBQXNCLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQztBQUVqRSxJQUFJLDZCQUF1QixDQUFDLEtBQUssRUFBRSw2QkFBNkIsRUFBRTtJQUNoRSxTQUFTLEVBQUUsSUFBSTtJQUNmLHdCQUF3QixFQUFFO1FBQ3hCLEtBQUssRUFBRSxHQUFHLENBQUMsY0FBYyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUM7S0FDaEQ7Q0FDRixDQUFDLENBQUM7QUFFSCxHQUFHLENBQUMsS0FBSyxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqICBDb3B5cmlnaHQgQW1hem9uLmNvbSwgSW5jLiBvciBpdHMgYWZmaWxpYXRlcy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiAgTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKS4gWW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZVxuICogIHdpdGggdGhlIExpY2Vuc2UuIEEgY29weSBvZiB0aGUgTGljZW5zZSBpcyBsb2NhdGVkIGF0XG4gKlxuICogICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiAgb3IgaW4gdGhlICdsaWNlbnNlJyBmaWxlIGFjY29tcGFueWluZyB0aGlzIGZpbGUuIFRoaXMgZmlsZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAnQVMgSVMnIEJBU0lTLCBXSVRIT1VUIFdBUlJBTlRJRVNcbiAqICBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBleHByZXNzIG9yIGltcGxpZWQuIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9uc1xuICogIGFuZCBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS5cbiAqL1xuXG4vLy8gIWNkay1pbnRlZyAqXG5pbXBvcnQgeyBBcHAsIFN0YWNrIH0gZnJvbSBcImF3cy1jZGstbGliXCI7XG5pbXBvcnQgeyBGYXJnYXRlVG9LaW5lc2lzU3RyZWFtcyB9IGZyb20gXCIuLi9saWJcIjtcbmltcG9ydCB7IGdlbmVyYXRlSW50ZWdTdGFja05hbWUgfSBmcm9tICdAYXdzLXNvbHV0aW9ucy1jb25zdHJ1Y3RzL2NvcmUnO1xuaW1wb3J0ICogYXMgZWNzIGZyb20gXCJhd3MtY2RrLWxpYi9hd3MtZWNzXCI7XG5cbmNvbnN0IGFwcCA9IG5ldyBBcHAoKTtcbmNvbnN0IHN0YWNrID0gbmV3IFN0YWNrKGFwcCwgZ2VuZXJhdGVJbnRlZ1N0YWNrTmFtZShfX2ZpbGVuYW1lKSk7XG5cbm5ldyBGYXJnYXRlVG9LaW5lc2lzU3RyZWFtcyhzdGFjaywgJ3Rlc3QtZmFyZ2F0ZS1raW5lc2lzc3RyZWFtcycsIHtcbiAgcHVibGljQXBpOiB0cnVlLFxuICBjb250YWluZXJEZWZpbml0aW9uUHJvcHM6IHtcbiAgICBpbWFnZTogZWNzLkNvbnRhaW5lckltYWdlLmZyb21SZWdpc3RyeSgnbmdpbngnKVxuICB9XG59KTtcblxuYXBwLnN5bnRoKCk7XG4iXX0=
@@ -49,7 +49,7 @@
49
49
  "Tags": [
50
50
  {
51
51
  "Key": "Name",
52
- "Value": "streamFromProps/Vpc"
52
+ "Value": "farkin-streamFromProps/Vpc"
53
53
  }
54
54
  ]
55
55
  }
@@ -71,7 +71,7 @@
71
71
  },
72
72
  {
73
73
  "Key": "Name",
74
- "Value": "streamFromProps/Vpc/PublicSubnet1"
74
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet1"
75
75
  }
76
76
  ],
77
77
  "VpcId": {
@@ -95,7 +95,7 @@
95
95
  "Tags": [
96
96
  {
97
97
  "Key": "Name",
98
- "Value": "streamFromProps/Vpc/PublicSubnet1"
98
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet1"
99
99
  }
100
100
  ],
101
101
  "VpcId": {
@@ -136,7 +136,7 @@
136
136
  "Tags": [
137
137
  {
138
138
  "Key": "Name",
139
- "Value": "streamFromProps/Vpc/PublicSubnet1"
139
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet1"
140
140
  }
141
141
  ]
142
142
  }
@@ -156,7 +156,7 @@
156
156
  "Tags": [
157
157
  {
158
158
  "Key": "Name",
159
- "Value": "streamFromProps/Vpc/PublicSubnet1"
159
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet1"
160
160
  }
161
161
  ]
162
162
  },
@@ -182,7 +182,7 @@
182
182
  },
183
183
  {
184
184
  "Key": "Name",
185
- "Value": "streamFromProps/Vpc/PublicSubnet2"
185
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet2"
186
186
  }
187
187
  ],
188
188
  "VpcId": {
@@ -206,7 +206,7 @@
206
206
  "Tags": [
207
207
  {
208
208
  "Key": "Name",
209
- "Value": "streamFromProps/Vpc/PublicSubnet2"
209
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet2"
210
210
  }
211
211
  ],
212
212
  "VpcId": {
@@ -247,7 +247,7 @@
247
247
  "Tags": [
248
248
  {
249
249
  "Key": "Name",
250
- "Value": "streamFromProps/Vpc/PublicSubnet2"
250
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet2"
251
251
  }
252
252
  ]
253
253
  }
@@ -267,7 +267,7 @@
267
267
  "Tags": [
268
268
  {
269
269
  "Key": "Name",
270
- "Value": "streamFromProps/Vpc/PublicSubnet2"
270
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet2"
271
271
  }
272
272
  ]
273
273
  },
@@ -293,7 +293,7 @@
293
293
  },
294
294
  {
295
295
  "Key": "Name",
296
- "Value": "streamFromProps/Vpc/PublicSubnet3"
296
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet3"
297
297
  }
298
298
  ],
299
299
  "VpcId": {
@@ -317,7 +317,7 @@
317
317
  "Tags": [
318
318
  {
319
319
  "Key": "Name",
320
- "Value": "streamFromProps/Vpc/PublicSubnet3"
320
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet3"
321
321
  }
322
322
  ],
323
323
  "VpcId": {
@@ -358,7 +358,7 @@
358
358
  "Tags": [
359
359
  {
360
360
  "Key": "Name",
361
- "Value": "streamFromProps/Vpc/PublicSubnet3"
361
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet3"
362
362
  }
363
363
  ]
364
364
  }
@@ -378,7 +378,7 @@
378
378
  "Tags": [
379
379
  {
380
380
  "Key": "Name",
381
- "Value": "streamFromProps/Vpc/PublicSubnet3"
381
+ "Value": "farkin-streamFromProps/Vpc/PublicSubnet3"
382
382
  }
383
383
  ]
384
384
  },
@@ -404,7 +404,7 @@
404
404
  },
405
405
  {
406
406
  "Key": "Name",
407
- "Value": "streamFromProps/Vpc/PrivateSubnet1"
407
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet1"
408
408
  }
409
409
  ],
410
410
  "VpcId": {
@@ -418,7 +418,7 @@
418
418
  "Tags": [
419
419
  {
420
420
  "Key": "Name",
421
- "Value": "streamFromProps/Vpc/PrivateSubnet1"
421
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet1"
422
422
  }
423
423
  ],
424
424
  "VpcId": {
@@ -466,7 +466,7 @@
466
466
  },
467
467
  {
468
468
  "Key": "Name",
469
- "Value": "streamFromProps/Vpc/PrivateSubnet2"
469
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet2"
470
470
  }
471
471
  ],
472
472
  "VpcId": {
@@ -480,7 +480,7 @@
480
480
  "Tags": [
481
481
  {
482
482
  "Key": "Name",
483
- "Value": "streamFromProps/Vpc/PrivateSubnet2"
483
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet2"
484
484
  }
485
485
  ],
486
486
  "VpcId": {
@@ -528,7 +528,7 @@
528
528
  },
529
529
  {
530
530
  "Key": "Name",
531
- "Value": "streamFromProps/Vpc/PrivateSubnet3"
531
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet3"
532
532
  }
533
533
  ],
534
534
  "VpcId": {
@@ -542,7 +542,7 @@
542
542
  "Tags": [
543
543
  {
544
544
  "Key": "Name",
545
- "Value": "streamFromProps/Vpc/PrivateSubnet3"
545
+ "Value": "farkin-streamFromProps/Vpc/PrivateSubnet3"
546
546
  }
547
547
  ],
548
548
  "VpcId": {
@@ -579,7 +579,7 @@
579
579
  "Tags": [
580
580
  {
581
581
  "Key": "Name",
582
- "Value": "streamFromProps/Vpc"
582
+ "Value": "farkin-streamFromProps/Vpc"
583
583
  }
584
584
  ]
585
585
  }
@@ -613,7 +613,7 @@
613
613
  "Tags": [
614
614
  {
615
615
  "Key": "Name",
616
- "Value": "streamFromProps/Vpc/FlowLog"
616
+ "Value": "farkin-streamFromProps/Vpc/FlowLog"
617
617
  }
618
618
  ]
619
619
  }
@@ -665,7 +665,7 @@
665
665
  "Tags": [
666
666
  {
667
667
  "Key": "Name",
668
- "Value": "streamFromProps/Vpc/FlowLog"
668
+ "Value": "farkin-streamFromProps/Vpc/FlowLog"
669
669
  }
670
670
  ]
671
671
  },
@@ -702,7 +702,7 @@
702
702
  "Tags": [
703
703
  {
704
704
  "Key": "Name",
705
- "Value": "streamFromProps/Vpc/FlowLog"
705
+ "Value": "farkin-streamFromProps/Vpc/FlowLog"
706
706
  }
707
707
  ],
708
708
  "TrafficType": "ALL"
@@ -715,7 +715,7 @@
715
715
  "SecurityGroupIds": [
716
716
  {
717
717
  "Fn::GetAtt": [
718
- "streamFromPropsKINESISSTREAMSsecuritygroup68986EDF",
718
+ "farkinstreamFromPropsKINESISSTREAMSsecuritygroup17D52D6E",
719
719
  "GroupId"
720
720
  ]
721
721
  }
@@ -756,7 +756,7 @@
756
756
  "SecurityGroupIds": [
757
757
  {
758
758
  "Fn::GetAtt": [
759
- "streamFromPropsECRAPIsecuritygroupFDB580C0",
759
+ "farkinstreamFromPropsECRAPIsecuritygroup9B78C16A",
760
760
  "GroupId"
761
761
  ]
762
762
  }
@@ -797,7 +797,7 @@
797
797
  "SecurityGroupIds": [
798
798
  {
799
799
  "Fn::GetAtt": [
800
- "streamFromPropsECRDKRsecuritygroupEB1BC2F0",
800
+ "farkinstreamFromPropsECRDKRsecuritygroup153D1633",
801
801
  "GroupId"
802
802
  ]
803
803
  }
@@ -872,10 +872,10 @@
872
872
  }
873
873
  }
874
874
  },
875
- "streamFromPropsKINESISSTREAMSsecuritygroup68986EDF": {
875
+ "farkinstreamFromPropsKINESISSTREAMSsecuritygroup17D52D6E": {
876
876
  "Type": "AWS::EC2::SecurityGroup",
877
877
  "Properties": {
878
- "GroupDescription": "streamFromProps/streamFromProps-KINESIS_STREAMS-security-group",
878
+ "GroupDescription": "farkin-streamFromProps/farkin-streamFromProps-KINESIS_STREAMS-security-group",
879
879
  "SecurityGroupEgress": [
880
880
  {
881
881
  "CidrIp": "0.0.0.0/0",
@@ -930,10 +930,10 @@
930
930
  }
931
931
  }
932
932
  },
933
- "streamFromPropsECRAPIsecuritygroupFDB580C0": {
933
+ "farkinstreamFromPropsECRAPIsecuritygroup9B78C16A": {
934
934
  "Type": "AWS::EC2::SecurityGroup",
935
935
  "Properties": {
936
- "GroupDescription": "streamFromProps/streamFromProps-ECR_API-security-group",
936
+ "GroupDescription": "farkin-streamFromProps/farkin-streamFromProps-ECR_API-security-group",
937
937
  "SecurityGroupEgress": [
938
938
  {
939
939
  "CidrIp": "0.0.0.0/0",
@@ -988,10 +988,10 @@
988
988
  }
989
989
  }
990
990
  },
991
- "streamFromPropsECRDKRsecuritygroupEB1BC2F0": {
991
+ "farkinstreamFromPropsECRDKRsecuritygroup153D1633": {
992
992
  "Type": "AWS::EC2::SecurityGroup",
993
993
  "Properties": {
994
- "GroupDescription": "streamFromProps/streamFromProps-ECR_DKR-security-group",
994
+ "GroupDescription": "farkin-streamFromProps/farkin-streamFromProps-ECR_DKR-security-group",
995
995
  "SecurityGroupEgress": [
996
996
  {
997
997
  "CidrIp": "0.0.0.0/0",
@@ -1122,7 +1122,7 @@
1122
1122
  }
1123
1123
  ],
1124
1124
  "Cpu": "256",
1125
- "Family": "streamFromPropstestfargatekinesisstreamstaskdef639261D4",
1125
+ "Family": "farkinstreamFromPropstestfargatekinesisstreamstaskdef47CE87EA",
1126
1126
  "Memory": "512",
1127
1127
  "NetworkMode": "awsvpc",
1128
1128
  "RequiresCompatibilities": [