Skip to content

Commit

Permalink
feat: destroying table forum (#299)
Browse files Browse the repository at this point in the history
* feat: destroying table forum

* feat: exporting table name and arn to disconnect api service
  • Loading branch information
JasonNotJson authored Jul 9, 2023
1 parent 85c37e2 commit 265393d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/stacks/business.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ export class WasedaTimeBusinessLayer extends BusinessLayer {
this.dataInterface.getEndpoint(DataEndpoint.TIMETABLE),
true,
)
.addService(
'thread',
this.dataInterface.getEndpoint(DataEndpoint.THREAD),
true,
)
// .addService(
// 'thread',
// this.dataInterface.getEndpoint(DataEndpoint.THREAD),
// true,
// )
.addService(
'comment',
this.dataInterface.getEndpoint(DataEndpoint.COMMENT),
Expand Down
1 change: 1 addition & 0 deletions lib/stacks/persistence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class WasedaTimePersistenceLayer extends PersistenceLayer {
// DataEndpoint.COURSE,
// syllabusSyncPipeline.dataWarehouse.tableName,
// );
this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableName);
this.exportValue(dynamoDatabase.tables[Collection.THREAD].tableArn);

this.operationInterface.setEndpoint(OperationEndpoint.SYLLABUS, {
Expand Down

0 comments on commit 265393d

Please sign in to comment.