This fixes an issue with the Rekognition node where it uses the same msg object as the base for the response message when handling multiple messages concurrently. The msg.payload object was correct, just the msg was reused.
This replaces the original pull request, and updates the build script for the same change. The change to Rekognition has been tested and validated.
This fixes an issue with the Rekognition node where it uses the same msg object as the base for the response message when handling multiple messages concurrently. The msg.payload object was correct, just the msg was reused.
This replaces the original pull request, and updates the build script for the same change. The change to Rekognition has been tested and validated.
Tks