Skip to content

Commit

Permalink
chore: Return dynamodb endpoint for DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Oct 31, 2024
1 parent c80f923 commit e755a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdktests/server_side_persistence_dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type DynamoDBPersistentStore struct {
}

func (d *DynamoDBPersistentStore) DSN() string {
return ""
return *d.dynamodb.Config.Endpoint
}

func (d *DynamoDBPersistentStore) Type() servicedef.SDKConfigPersistentType {
Expand Down

0 comments on commit e755a82

Please sign in to comment.