Skip to content

Commit

Permalink
moving cognito stack to common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Howlla committed Apr 30, 2024
1 parent 8df084a commit 83f3486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/single-new-eks-cost-monitoring-pattern/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 83f3486

Please sign in to comment.