diff --git a/README.md b/README.md index e1435c422..6f246d04b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AWS Solutions Constructs +# AWS Solutions Constructs - Don't Push! Try again | **Browse Library**:| https://aws.amazon.com/solutions/constructs/patterns/| |:-------------|:-------------| diff --git a/integ.config.yaml b/integ.config.yaml index 4c4487afe..3bb1184bd 100644 --- a/integ.config.yaml +++ b/integ.config.yaml @@ -2,19 +2,3 @@ testMatch: - "integ.*.js" regions: - "us-east-1" - - "us-east-2" - - "us-west-1" - - "us-west-2" - - "ca-central-1" - - "sa-east-1" - - "eu-central-1" - - "eu-west-1" - - "eu-west-2" - - "eu-west-3" - - "eu-north-1" - - "eu-south-1" - - "ap-northeast-1" - - "ap-northeast-2" - - "ap-southeast-1" - - "ap-southeast-2" - - "ap-south-1" \ No newline at end of file diff --git a/source/patterns/@aws-solutions-constructs/aws-route53-alb/lib/index.ts b/source/patterns/@aws-solutions-constructs/aws-route53-alb/lib/index.ts index 2130e99b2..b791ad0ed 100644 --- a/source/patterns/@aws-solutions-constructs/aws-route53-alb/lib/index.ts +++ b/source/patterns/@aws-solutions-constructs/aws-route53-alb/lib/index.ts @@ -11,7 +11,7 @@ * and limitations under the License. */ -// Imports +// Import statements - trigger import * as defaults from "@aws-solutions-constructs/core"; import * as elb from "aws-cdk-lib/aws-elasticloadbalancingv2"; import * as s3 from "aws-cdk-lib/aws-s3";