Skip to content

Commit

Permalink
feat: delete griid constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimen committed Jun 27, 2024
1 parent 227fa25 commit 94eb0e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 109 deletions.
16 changes: 0 additions & 16 deletions src/griid/__tests__/__snapshots__/griid.test.ts.snap

This file was deleted.

27 changes: 0 additions & 27 deletions src/griid/__tests__/griid.test.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/griid/artefact-bucket.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/griid/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as alarms from "./alarms"
import * as cdkPipelines from "./cdk-pipelines"
import * as griid from "./griid"
import * as ses from "./ses"
import * as webapp from "./webapp"
import * as configureParameters from "./configure-parameters"
Expand All @@ -26,7 +25,6 @@ export { WebappDeployViaRole } from "./webapp-deploy-via-role"
export {
alarms,
cdkPipelines,
griid,
ses,
webapp,
configureParameters,
Expand Down

0 comments on commit 94eb0e4

Please sign in to comment.