79301303

Date: 2024-12-22 16:33:44
Score: 1.5
Natty:
Report link

You can allow for recursiveness, while this is dangerous and requires failover mechanisms, can be done.

aws lambda put-function-recursion-config --function-name yourFunctionName --recursive-loop Allow

As per other solutions, using a FIFO queue will increase the complexity with no real benefits, since AWS recursiveness protection also detects when it happens in said scenario:

loops that Lambda can detect

https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lucas Schulze