awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
486 stars 167 forks source link

Lambda function #27

Closed dagueh closed 5 years ago

dagueh commented 5 years ago

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?

dagueh commented 5 years ago

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

seangreathouse commented 5 years ago

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?