why is the URL of got requests showing as 'unknownhost' in AWS? #2022
Unanswered
mverkerk-godaddy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all - i have a weird issue when using the
got
library in my AWS Lambda code (the code is used for cloudwatch-synthetics canaries, in case you're familiar). Previously, I usednode-fetch
,request
, and others and in the AWS UI i could always see the URL of any outgoing http requests - AWS synthetics must be capturing them somehow - but now that i'm usinggot
, the URLs are showing up ashttps://unknownhost
... can anybody think of a reason why this may be the case? why is this happening with 'got' but not with clients?Thanks so much for any ideas/tips!
Beta Was this translation helpful? Give feedback.
All reactions