Open T-DiegoF opened 3 years ago
Hi, I don't know where to put the values of queueUrl, . await this.sqsService.send(/** name: */ 'queueName'
queueUrl
await this.sqsService.send(/** name: */ 'queueName'
The name parameter has the name of the queue but theurl where I should put it?
name
url
Check out tests. It's pretty clear what's going on there: https://github.com/ssut/nestjs-sqs/blob/master/e2e/module.e2e-spec.ts
Hi, I don't know where to put the values of
queueUrl
, .await this.sqsService.send(/** name: */ 'queueName'
The
name
parameter has the name of the queue but theurl
where I should put it?