Skip to content

Commit

Permalink
Ensure feature flags set correctly (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish25 authored Jun 24, 2024
1 parent 58ad451 commit a391a0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/dynamodb-tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ func GetDynamoDBTable(svc *dynamodb.DynamoDB, tableName *string) (*dynamodb.Tabl
return result.Table, tags.Tags, nil
}

func (i *DynamoDBTable) FeatureFlags(ff config.FeatureFlags) {
i.featureFlags = ff
}

func (i *DynamoDBTable) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("Identifier", i.id)
Expand Down

0 comments on commit a391a0a

Please sign in to comment.