Skip to content

Commit

Permalink
test: integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jan 17, 2024
1 parent cb8c76f commit fad8429
Show file tree
Hide file tree
Showing 9 changed files with 572 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"Resources": {
"HostedZoneDB99F866": {
"Type": "AWS::Route53::HostedZone",
"Properties": {
"Name": "cdk.dev."
}
},
"LatencyBasedRouting0C1664EAC": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "us-east-1",
"ResourceRecords": [
"1.2.3.4"
],
"SetIdentifier": "REGION_us-east-1_ID_latencybasedroutintencyBasedRouting09258C5CC",
"TTL": "1800",
"Type": "A"
}
},
"LatencyBasedRouting1D10EA109": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "ap-northeast-1",
"ResourceRecords": [
"2.3.4.5"
],
"SetIdentifier": "REGION_ap-northeast-1_ID_latencybasedroucyBasedRouting193C4855F",
"TTL": "1800",
"Type": "A"
}
},
"LatencyBasedRouting26C32588A": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "eu-west-1",
"ResourceRecords": [
"3.4.5.6"
],
"SetIdentifier": "REGION_eu-west-1_ID_latencybasedroutintencyBasedRouting25966E4AD",
"TTL": "1800",
"Type": "A"
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",
"Default": "/cdk-bootstrap/hnb659fds/version",
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
}
},
"Rules": {
"CheckBootstrapVersion": {
"Assertions": [
{
"Assert": {
"Fn::Not": [
{
"Fn::Contains": [
[
"1",
"2",
"3",
"4",
"5"
],
{
"Ref": "BootstrapVersion"
}
]
}
]
},
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
}
]
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fad8429

Please sign in to comment.