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
Post a Comment