Skip to content

Commit a391a0a

Browse files
authored
Ensure feature flags set correctly (#25)
1 parent 58ad451 commit a391a0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/dynamodb-tables.go

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ func GetDynamoDBTable(svc *dynamodb.DynamoDB, tableName *string) (*dynamodb.Tabl
9292
return result.Table, tags.Tags, nil
9393
}
9494

95+
func (i *DynamoDBTable) FeatureFlags(ff config.FeatureFlags) {
96+
i.featureFlags = ff
97+
}
98+
9599
func (i *DynamoDBTable) Properties() types.Properties {
96100
properties := types.NewProperties()
97101
properties.Set("Identifier", i.id)

0 commit comments

Comments
 (0)