You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/test/integ.apigateway-dynamodb-CRUD.expected.json
+34
Original file line number
Diff line number
Diff line change
@@ -653,5 +653,39 @@
653
653
]
654
654
}
655
655
}
656
+
},
657
+
"Parameters": {
658
+
"BootstrapVersion": {
659
+
"Type": "AWS::SSM::Parameter::Value<String>",
660
+
"Default": "/cdk-bootstrap/hnb659fds/version",
661
+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store."
662
+
}
663
+
},
664
+
"Rules": {
665
+
"CheckBootstrapVersion": {
666
+
"Assertions": [
667
+
{
668
+
"Assert": {
669
+
"Fn::Not": [
670
+
{
671
+
"Fn::Contains": [
672
+
[
673
+
"1",
674
+
"2",
675
+
"3",
676
+
"4",
677
+
"5"
678
+
],
679
+
{
680
+
"Ref": "BootstrapVersion"
681
+
}
682
+
]
683
+
}
684
+
]
685
+
},
686
+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
Copy file name to clipboardexpand all lines: source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/test/integ.apigateway-dynamodb-existing-table.expected.json
+34
Original file line number
Diff line number
Diff line change
@@ -368,5 +368,39 @@
368
368
]
369
369
}
370
370
}
371
+
},
372
+
"Parameters": {
373
+
"BootstrapVersion": {
374
+
"Type": "AWS::SSM::Parameter::Value<String>",
375
+
"Default": "/cdk-bootstrap/hnb659fds/version",
376
+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store."
377
+
}
378
+
},
379
+
"Rules": {
380
+
"CheckBootstrapVersion": {
381
+
"Assertions": [
382
+
{
383
+
"Assert": {
384
+
"Fn::Not": [
385
+
{
386
+
"Fn::Contains": [
387
+
[
388
+
"1",
389
+
"2",
390
+
"3",
391
+
"4",
392
+
"5"
393
+
],
394
+
{
395
+
"Ref": "BootstrapVersion"
396
+
}
397
+
]
398
+
}
399
+
]
400
+
},
401
+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
Copy file name to clipboardexpand all lines: source/patterns/@aws-solutions-constructs/aws-apigateway-iot/test/integ.override_auth_api_keys.expected.json
+34
Original file line number
Diff line number
Diff line change
@@ -1384,5 +1384,39 @@
1384
1384
]
1385
1385
}
1386
1386
}
1387
+
},
1388
+
"Parameters": {
1389
+
"BootstrapVersion": {
1390
+
"Type": "AWS::SSM::Parameter::Value<String>",
1391
+
"Default": "/cdk-bootstrap/hnb659fds/version",
1392
+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store."
1393
+
}
1394
+
},
1395
+
"Rules": {
1396
+
"CheckBootstrapVersion": {
1397
+
"Assertions": [
1398
+
{
1399
+
"Assert": {
1400
+
"Fn::Not": [
1401
+
{
1402
+
"Fn::Contains": [
1403
+
[
1404
+
"1",
1405
+
"2",
1406
+
"3",
1407
+
"4",
1408
+
"5"
1409
+
],
1410
+
{
1411
+
"Ref": "BootstrapVersion"
1412
+
}
1413
+
]
1414
+
}
1415
+
]
1416
+
},
1417
+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
Copy file name to clipboardexpand all lines: source/patterns/@aws-solutions-constructs/aws-apigateway-kinesisstreams/test/integ.apigateway-kinesis-overwrite.expected.json
+34
Original file line number
Diff line number
Diff line change
@@ -542,5 +542,39 @@
542
542
]
543
543
}
544
544
}
545
+
},
546
+
"Parameters": {
547
+
"BootstrapVersion": {
548
+
"Type": "AWS::SSM::Parameter::Value<String>",
549
+
"Default": "/cdk-bootstrap/hnb659fds/version",
550
+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store."
551
+
}
552
+
},
553
+
"Rules": {
554
+
"CheckBootstrapVersion": {
555
+
"Assertions": [
556
+
{
557
+
"Assert": {
558
+
"Fn::Not": [
559
+
{
560
+
"Fn::Contains": [
561
+
[
562
+
"1",
563
+
"2",
564
+
"3",
565
+
"4",
566
+
"5"
567
+
],
568
+
{
569
+
"Ref": "BootstrapVersion"
570
+
}
571
+
]
572
+
}
573
+
]
574
+
},
575
+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
0 commit comments