aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
263 stars 75 forks source link

Question do lambda support external request via IPv6 ? #49

Closed tyjaon closed 3 years ago

tyjaon commented 3 years ago

Hello I have a question it's possible to send external http request via IPv6 address from lambda to external service outside of AWS, because I'm currently receiving error

 OSError: [Errno 97] Address family not supported by protocol

I have tried to put my lambda function outside of the VPC the effect is the same and I also have tried to put in the private subnet(with IPv6 enabled) with NAT configured to support IPv6 routing and effect is still the same. I would be grateful for some advice.

reku47 commented 3 years ago

I have the same problem

maciejbial commented 3 years ago

Please respond to this problem, I am dealing with same issue

carlzogh commented 3 years ago

Hey all, thanks for reaching out - unfortunately IPv6 is not currently supported in Lambda.

tyjaon commented 3 years ago

@carlzogh ok thank you for information.