Skip to content

Commit e92ca68

Browse files
committed
Address PR comments
1 parent 83c1986 commit e92ca68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Processes/DynamoDBStreamsEventSource/DynamoDBStreamsEventSourceBackgroundService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class DynamoDBStreamsEventSourceBackgroundService : BackgroundService
2323
PropertyNamingPolicy = JsonNamingPolicy.CamelCase
2424
};
2525

26-
private readonly ILogger<DynamoDBStreamsEventSourceProcess> _logger;
26+
private readonly ILogger<DynamoDBStreamsEventSourceBackgroundService> _logger;
2727
private readonly IAmazonDynamoDB _ddbClient;
2828
private readonly IAmazonDynamoDBStreams _streamsClient;
2929
private readonly ILambdaClient _lambdaClient;
@@ -33,7 +33,7 @@ public class DynamoDBStreamsEventSourceBackgroundService : BackgroundService
3333
/// Constructs instance of <see cref="DynamoDBStreamsEventSourceBackgroundService"/>.
3434
/// </summary>
3535
public DynamoDBStreamsEventSourceBackgroundService(
36-
ILogger<DynamoDBStreamsEventSourceProcess> logger,
36+
ILogger<DynamoDBStreamsEventSourceBackgroundService> logger,
3737
IAmazonDynamoDB ddbClient,
3838
IAmazonDynamoDBStreams streamsClient,
3939
DynamoDBStreamsEventSourceBackgroundServiceConfig config,

0 commit comments

Comments
 (0)