HN user

kagx

4 karma
Posts1
Comments6
View on HN

When I want to be super productive I'm listening to The Lord of The Rings Soundtrack. It feels like I'm doing some epic coding things. Just imagine when you are doing git push while there is Themes Of The Rohirrim playing.

api gateway typically does not introduce latencies

I haven't checked my function thoroughly yet, but I think API gateway introduce quite a bit of latency (at least in my case). My maximum invocation time is 600ms, according to AWS Lambda monitoring tool, but network request takes around 1s (checked in chrome dev tools).

Also, worht noting is that my code is hosted in the us-east region and I'm based in Europe. I'm not sure how much latency this introduce.