diff --git a/aws/cdk-solis-ecs/lib/efs-construct.ts b/aws/cdk-solis-ecs/lib/efs-construct.ts index f097586b7..d6c76369d 100644 --- a/aws/cdk-solis-ecs/lib/efs-construct.ts +++ b/aws/cdk-solis-ecs/lib/efs-construct.ts @@ -73,6 +73,7 @@ export class EfsConstruct extends Construct { } }); + // todo remove to check if it is needed new cdk.CfnOutput(this, "RecordingEFSFileStorageId", { value: fileSystem.ref, exportName: "RecordingEFSFileStorageId"