amazon web services - AWS Lambda + queue length -


can use lambda send million mails via sendgrid, invoking lambda, asynchronously, million times, in quick succession? queued requests fire, eventually, assuming life of queue 6 hours.(link aws documentation)

any requests exceed concurrent limit queue until run (as long not exceed 6-hour limit).

with such high volumes, should ask increase in limit of concurrent lambda functions.

(and lawyer, because sending 1 million emails treated spam.)


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -