- Classes
- Interfaces
- Structs
No description
new(props: FifoQueueProps?): FifoQueue
No properties
| Signature | Description |
|---|---|
inflight push(message: str, options: PushOptions): void |
No description |
setConsumer(fn: inflight (str): void, options: SetConsumerOptions?): void |
No description |
No description
new(): FifoQueue_sim
No properties
| Signature | Description |
|---|---|
inflight push(message: str, options: PushOptions): void |
No description |
setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void |
No description |
No description
new(props: FifoQueueProps?): FifoQueue_aws
No properties
| Signature | Description |
|---|---|
inflight push(message: str, options: PushOptions): void |
No description |
setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void |
No description |
No description
No properties
| Signature | Description |
|---|---|
inflight push(message: str, options: PushOptions): void |
No description |
setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void |
No description |
No description
| Name | Type | Description |
|---|---|---|
dlq |
DeadLetterQueueProps? |
A dead-letter queue. |
retentionPeriod |
duration? |
How long a queue retains a message. |
timeout |
duration? |
How long a queue's consumers have to process a message. |
No description
| Name | Type | Description |
|---|---|---|
groupId |
str |
No description |
No description
| Name | Type | Description |
|---|---|---|
batchSize |
num? |
The maximum number of messages to send to subscribers at once. |
concurrency |
num? |
The maximum concurrent invocations that can run at one time. |
env |
Map? |
Environment variables to pass to the function. |
logRetentionDays |
num? |
Specifies the number of days that function logs will be kept. |
memory |
num? |
The amount of memory to allocate to the function, in MB. |
timeout |
duration? |
The maximum amount of time the function can run. |