Debugging Edge Lambdas is such a pain due to how long it takes to deploy them to test something. Not helping is that different layers have standardised on names that use URL
while others use Url
. I wonder if it’s better to just pick one case for the names I’m using, even if stands out from the other names following the particular “standard”.