amazon web services - Number of lambda calls when called many nested calls are executed -


if call 1 lambda function 1 request, within function, there 3 calls made different functions count 4 calls or 1 call since based on 1 request?

so if count 4 (from economic stand point) wouldnt better if 1 writes 1 long function instead of many small functions, despite being ill advised design pattern stand point?

every invocation of lambda function counts. doesn't matter whether call console, cli, event source, or lambda function count invocation.

personally, focus on writing lambda functions in way makes sense , allowed me use them effectively. if find costs factor later, can adjust then.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -