We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59c136 commit d6a3094Copy full SHA for d6a3094
lib/single-new-eks-cost-monitoring-pattern/index.ts
@@ -9,7 +9,7 @@ import * as eks from 'aws-cdk-lib/aws-eks';
9
import * as ec2 from 'aws-cdk-lib/aws-ec2';
10
import { ICertificate } from 'aws-cdk-lib/aws-certificatemanager';
11
import { setPath } from '@aws-quickstart/eks-blueprints/dist/utils';
12
-import CognitoIdpStack from '../common/congito/cognito-idp-stack';
+import CognitoIdpStack from '../common/cognito/cognito-idp-stack';
13
import * as fs from 'fs';
14
15
const gitUrl = 'https://github.com/aws-samples/eks-blueprints-workloads.git';
0 commit comments