Skip to content

Commit

Permalink
fix: correctly documenting region's default value (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn authored Mar 18, 2023
1 parent 288fcfa commit c791903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface ConsumerOptions {
sqs?: SQSClient;
/**
* The AWS region.
* @defaultValue `eu-west-1`
* @defaultValue process.env.AWS_REGION || `eu-west-1`
*/
region?: string;
/**
Expand Down

0 comments on commit c791903

Please sign in to comment.