You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
44
43
| batch_size | Amount of items a single Lambda invocation processes from the source. |`number`| 1 | no |
45
44
| max_concurrency | Maximum amount of Lambda functions the SQS queue invokes concurrently. |`number`| 1000 | no |
46
45
| 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