All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | If SQS: * errors default to standard Error object, in which Lambda will throw an error, meaning SQS-Lambda trigger will most likely retry the records * some errors like validation or all records reached the infinite loop threshhold we do not want to retry, use custom IzaraFrameworkError and set LambdaNotThrow = true, manageErrors will not throw an error, instead an http failure will be returned. The returned value will be ignored (although can be used for testing) and the SQS-Lambda trigger will not retry the records |