awslabs/route53-dynamic-dns-with-lambda

Lambda function

dagueh opened this issue · 2 comments

Hello,
I have deployed the Version 2 on my Aws account.
Everything went well apart of the lambda function which is not responding.
i have this error when trying to reach the api.
Failed to connect to ########.execute-api.eu-west-2.amazonaws.com port 80: Connection refused
how can I manage to have the https service state or logs of the lambda function?

the url to call must be written like this https://########.execute-api.eu-west-2.amazonaws.com

This has tripped people up in the past.
The bash client will add the https if omitted from the input arguments.
Was it the apiOriginURL in the CloudFormation outputs that mislead you?