Haaska Error "Discovery failed: [Errno 2] No such file or directory"

I followed the instructions on “https://github.com/auchter/haaska” and BRUH Automation Video to use Alexa with HA.

I got to the point in which I am testing the Skill on AWS Amazon using the following:

{
“header”: {
“payloadVersion”: “2”,
“namespace”: “Alexa.ConnectedHome.Discovery”,
“name”: “DiscoverAppliancesResponse”,
“messageId”: “79919853-046c-4f04-9e1a-7d2ef46823ff”
},
“payload”: {
“discoveredAppliances”: {}
}
}

I was getting an error that the Lamda function could not connect to my HA instance, I could fix that by adding the certificates. But now that It seems to connect I am getting the followind error:
"Discovery failed: [Errno 2] No such file or directory"

Which is not helping me to see from where this error is coming.

Can anyone provide any clue to where is this coming from?

I search and it seems I am the only one getting this error.

Thanks and best regards.