Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

AWS SES how to deliberately delay sending an email

Is there an option in AWS to deliberately delay sending an email?
I mean is it possible to say AWS to send this email after 5 or 10 or 30 minutes when we call the AmazonSimpleEmailService library?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

ideally NO !!!

Amazon SES attempts to deliver emails to the Internet within a few seconds of each request.

code in lambda can be delayed using any of the time based libraries but the problem is when to invoke lambda or what will invoke lambda.For this
, you can use sqs with lambda.

  • send the request to sqs queue
  • you will know when request has come. this will act as a
  • execute lambda after your desire time

source faq

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading