Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 23, 2024
1 parent 03ff270 commit ddb5a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/dynamodb/snapshot/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
"time"
)

// findRecentExport - This will check against the DynamoDB table to see if there is a recent export for the given S3 file path.
// It will then return the exportARN, manifestFilePath and error if any.
func (s *Store) findRecentExport(ctx context.Context, s3FilePath string) (*string, *string, error) {
tableARN, err := dynamo.GetTableArnFromStreamArn(s.streamArn)
if err != nil {
Expand Down

0 comments on commit ddb5a8a

Please sign in to comment.