From 83f34860b3b188920723c00573079b4b0d4b4344 Mon Sep 17 00:00:00 2001 From: howlla Date: Mon, 29 Apr 2024 17:03:05 -0700 Subject: [PATCH] moving cognito stack to common folder --- lib/single-new-eks-cost-monitoring-pattern/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/single-new-eks-cost-monitoring-pattern/index.ts b/lib/single-new-eks-cost-monitoring-pattern/index.ts index 8516aec0..ee3643a0 100644 --- a/lib/single-new-eks-cost-monitoring-pattern/index.ts +++ b/lib/single-new-eks-cost-monitoring-pattern/index.ts @@ -9,7 +9,7 @@ import * as eks from 'aws-cdk-lib/aws-eks'; import * as ec2 from 'aws-cdk-lib/aws-ec2'; import { ICertificate } from 'aws-cdk-lib/aws-certificatemanager'; import { setPath } from '@aws-quickstart/eks-blueprints/dist/utils'; -import CognitoIdpStack from './cognito-idp-stack'; +import CognitoIdpStack from '../common/congito/cognito-idp-stack'; import * as fs from 'fs'; const gitUrl = 'https://github.com/aws-samples/eks-blueprints-workloads.git';