I am getting this error when I execute my lambda, it
raises DaxClientError('Failed to configure cluster endpoints from {}'.format(seeds), DaxErrorCode.NoRoute)
I am trying to connect to my DAX cluster from Amazon Lambda (written in python). I have installed amazon-dax-client to a folder, placed my lambda file there, made package and uploaded as zip file when i test lambda it throws above error.