Nov 30, 2021
Been playing around with AWS Lambda recently. It is taking a while to get into the whole “serverless” mindset, but things are gradually becoming clearer. The primary gotchas involve using a bunch of external packages (I’m talking about Python here) and having a Lambda that needs access to both the internet and to a resource in a private subnet. It turns out that NAT Gateways are not very cheap….