Skip to content

Commit

Permalink
Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 14, 2024
1 parent d348df7 commit 9275074
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sources/dynamodb/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ package dynamodb
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types"
"time"

"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/lib/s3lib"
"github.com/artie-labs/reader/sources"
"github.com/artie-labs/reader/sources/dynamodb/offsets"
awsCfg "github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/credentials"
"github.com/aws/aws-sdk-go-v2/service/dynamodb"
"github.com/aws/aws-sdk-go-v2/service/dynamodbstreams"
"github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types"

"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/lib/s3lib"
"github.com/artie-labs/reader/sources"
"github.com/artie-labs/reader/sources/dynamodb/offsets"
)

// jitterSleepBaseMs - sleep for 50 ms as the base.
Expand Down

0 comments on commit 9275074

Please sign in to comment.