queue
Overview of the queue
module in the sst/node
package.
import { ... } from "sst/node/queue"
The queue
module has the following exports.
Properties
The properties let you access the resources that are bound to the function.
Queue
This module helps with accessing Queue
constructs.
import { Queue } from "sst/node/queue";
queueUrl
Type : string
The URL of the SQS queue.
console.log(Queue.myQueue.queueUrl);