Closed dangollayan closed 8 months ago
Thanks for reporting this. We will review and revert to you.
any update on this?
Hi @dangollayan Your assumption is correct. Thanks for reporting this. We'll plan a fix for this issue.
Thanks
HI @jangidms , while I wait for fix, can you guide me where should I apply the fix on the code in the deployed qna bot?
I tried updating the Es-Proxy layer and set all the function to use the new version
but still it didn't reflect on our end.
Hi @dangollayan You can follow below steps to update Fulfillment lambda to use updated Esproxy layer.
Please let me know if you have any further questions
Thanks
Hi @dangollayan this issue should be resolved with the latest release v5.5.1. Thank You!
When using a lambda in chaining, it doesn't go with the document chain
As I've checked the code evaluateConditionalChaining, there is invokeLambda function where the return is an array that includes req, res, and payload
but upon checking the invokeLambda function it only returns req and res
I think this is the reason why it doesn't get the payload, because it doesn't return the payload in the invoke lambda function.
Kindly validate if my assumption is correct.