Skip to content

Commit 6c91adc

Browse files
committed
refa: removed stream as trigger
1 parent b20c63f commit 6c91adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ This module provides a Lambda function which logs to CloudWatch. If no image URI
4040
| Name | Description | Type | Default | Required |
4141
| --------------- | -------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | :------: |
4242
| queue_arn | The ARN of the SQS queue, which triggers the Lambda function. Must be defined if 'stream_arn' is not defined. | `string` | null | no |
43-
| stream_arn | The ARN of the DynamoDB stream, which triggers the Lambda function. Must be defined if 'queue_arn' is not defined. | `string` | null | no |
4443
| batch_size | Amount of items a single Lambda invocation processes from the source. | `number` | 1 | no |
4544
| max_concurrency | Maximum amount of Lambda functions the SQS queue invokes concurrently. | `number` | 1000 | no |
4645
| max_retries | Maximum retry attempts the Lambda function makes to process the DynamoDB stream. The value '-1' means it tries infinitely. | `number` | -1 | no |

0 commit comments

Comments
 (0)