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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -