Skip to content

Commit

Permalink
remove unused construct - restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Sep 2, 2024
1 parent 524dfa3 commit fd5b4e0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion lib/_shield-advanced/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ManagedServiceData } from "../types/fms";
import { getGuidance } from "../tools/helpers/guidance";
import { RuntimeProperties } from "../types/runtimeprops";
import { ShieldConfig } from "../types/config";
import { ShieldDashboard } from "../constructs/shield_Dashboard/index";
import { ShieldDashboard } from "../constructs/shieldDashboard/index";

/**
* @packageDocumentation
Expand Down
2 changes: 1 addition & 1 deletion lib/_waf/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { aws_wafv2 as wafv2, aws_fms as fms,aws_lambda_nodejs as NodejsFunction,
import { wafConfig } from "../types/config";
import { ManagedServiceData, SubVariables } from "../types/fms";
import { RuntimeProperties } from "../types/runtimeprops";
import {WafCloudWatchDashboard} from "../constructs/waf_Dashboard/index";
import {WafCloudWatchDashboard} from "../constructs/wafDashboard/index";
import * as path from "path";
import * as cr from "aws-cdk-lib/custom-resources";
import { v5 as uuidv5 } from "uuid";
Expand Down
48 changes: 0 additions & 48 deletions lib/constructs/CrossAccountSink.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd5b4e0

Please sign in to comment.