Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 4fddea8

Browse files
authored
feat: data mesh constructs (#377)
* Add data mesh constructs * Format code * Address review comments * Security refactor
1 parent 84a5cdd commit 4fddea8

26 files changed

+2826
-124
lines changed

core/.projenrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ testDeploy.prependExec('npx projen build');
135135

136136
project.packageTask.spawn(project.tasks.tryFind('package-all'));
137137

138-
const package = project.tasks.tryFind('package-all');
139-
140138
project.addTask('test:destroy', {
141139
exec: 'cdk destroy --app=./lib/integ.default.js',
142140
});

0 commit comments

Comments
 (0)