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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -