Skip to content

Commit

Permalink
SLSCMN-14 fix SQSClient config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Dec 21, 2023
1 parent 9166d88 commit f47936d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/sqs-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { baseConfigValues as config } from './config.service';
import Logger from '../utils/logger';

const clientConfig: SQSClientConfig = {
region: config.AWS_LAMBDA_FUNCTION_VERSION,
region: config.AWS_REGION,
};

Logger.debug('SQSService::creating new SQSClient', { data: { clientConfig } });
Expand Down

0 comments on commit f47936d

Please sign in to comment.