Is it possible to have each Lambda access the internet from a different IP address? In my testing, it appears the each time a Lambda is invoked it uses the same IP address to ac
When you redeploy the lambda it seems to use a new container. So you can automate this deploy process using awscli to get a new ip on command.