Skip to content

Commit

Permalink
feat(single-table): expose table arn variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisPinsard committed May 16, 2022
1 parent cb162a9 commit b71c59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constructs/aws/DatabaseDynamoDBSingleTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class DatabaseDynamoDBSingleTable extends AwsConstruct {
variables(): Record<string, unknown> {
return {
tableName: this.table.tableName,
tableArn: this.table.tableArn,
tableStreamArn: this.table.tableStreamArn,
};
}
Expand Down

0 comments on commit b71c59a

Please sign in to comment.