I would love to get a new public IP every time I make a request. Is it possible to purposefully trigger my IP to be reprovisioned?
From the AWS lambda developer guide: “By default, Lambda runs your functions in a secure VPC with access to AWS services and the internet. The VPC is owned by Lambda and does not connect to your account's default VPC.” I use the NAT gateway method only when I need a static IP for whitelisting access on a firewall for example.