Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Solutions Constructs
# AWS Solutions Constructs - Don't Push! Try again

| **Browse Library**:| <span style="font-weight: normal">https://aws.amazon.com/solutions/constructs/patterns/</span>|
|:-------------|:-------------|
Expand Down
16 changes: 0 additions & 16 deletions integ.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Loading