|
|
|
|
|
by rswail
994 days ago
|
|
AWS Lambda doesn't support IPv6 in VPCs. This means that everything else in your VPC has to be dual stack if the lambdas talk to them. AWS Lambdas don't actually run in your VPC, there is an ENI that is exposed to your VPC that belongs to the VPC-equivalent in the Lambda space. If you have to run dual-stack just to accomodate lambdas, then you may as well run IPv4 anyway. |
|