Skip to content

Commit

Permalink
docs(aws.go): comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bezecny committed Nov 6, 2023
1 parent bc51fdd commit e4ed02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func CreateDynamodbClient(ctx context.Context, awsRegion string) (*dynamodb.Clie
}
}

// CreateSqsClient creates new AWS SQS client
func CreateSqsClient(ctx context.Context, awsRegion string) (*sqs.Client, error) {
if awsConfig, err := newAwsConfig(ctx, awsRegion, getCustomAwsEndpoint(ctx)); err != nil {
return nil, err
Expand Down

0 comments on commit e4ed02f

Please sign in to comment.