I finally made the forced transition from Integromat to Make, but while the migration process was seamless, now all of my scenarios that include an AWS Lambda module fail. They have all worked without issue on Integromat for months. The weird thing is, the Lambda modules ARE receiving the correct response after invoking the Lambda function, but they appear to be intepreted as failures by make. On each invocation, the correct response is received, but then an empty stack trace error is tacked on to the end (see pic).
It is beyond frustrating to be forced to make a change and now things that worked perfectly and were vital to my company now stop functioning. In the attached pic, the “Complete” message is received - which is the message that the Lambda function returns once it completes. I have verified on the backend that the function completed successfully. However, there is a stack trace message tacked on and the module has been marked as a failure with a RuntimeError.
Any ideas how to fix this?