diff --git a/lib/stacks/persistence.ts b/lib/stacks/persistence.ts index 16862ebbd..84c6d196b 100644 --- a/lib/stacks/persistence.ts +++ b/lib/stacks/persistence.ts @@ -77,8 +77,10 @@ export class WasedaTimePersistenceLayer extends PersistenceLayer { // Note: These are the magic words to disconnect cross stack referencing. - // this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableName); - // this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableArn); + this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableName); + this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableArn); + + // preventing empty git commit this.operationInterface.setEndpoint(OperationEndpoint.SYLLABUS, { [syllabusDataPipeline.processor.stateMachineArn]: 'scraper',