File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Install Poetry
112112 run : |
113- curl -sSL https://install.python-poetry.org | python3 - --version 2.1.2
113+ curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
114114 echo "$HOME/.local/bin" >> $GITHUB_PATH
115115 poetry --version
116116
Original file line number Diff line number Diff line change 1- poetry 2.1.2
1+ poetry 2.1.4
22nodejs 23.11.0
33python 3.11.12
Original file line number Diff line number Diff line change @@ -231,6 +231,6 @@ resource "aws_lambda_function" "ack_processor_lambda" {
231231resource "aws_lambda_event_source_mapping" "sqs_to_lambda" {
232232 event_source_arn = aws_sqs_queue. fifo_queue . arn
233233 function_name = aws_lambda_function. ack_processor_lambda . arn
234- batch_size = 10
234+ batch_size = 1 # VED-734 - forwarder lambda already sends a list of up to 100 messages in the body
235235 enabled = true
236236}
You can’t perform that action at this time.
0 commit comments