Showing posts with label AWS. Show all posts
Showing posts with label AWS. Show all posts

Monday, February 3, 2020

Glance over AWS re:Invent 2019


AWS re:Invent is one of the major learning conferences for global cloud computing community. It is hosted by Amazon Web Services. This event consists of keynote announcements, training, technical sessions, certification opportunities and many more. Last time it took place in Las Vegas, USA in December with over 75 launches and announcements of new services and features. 



Friday, August 16, 2019

How to send custom Email using AWS SES  on Node.js App?

Amazon Simple Email Service (AWS SES) enables you to send and receive email using a reliable and scalable email platform. It only provides a sandbox environment by default to prevent spamming. Amazon SES requires to verify your identities (the domains or email addresses that you used to send emails and receive emails ) in the sandbox environment to confirm that you own them. Because you are only allowed to send emails from verified identities.




How to send Slack notification using a Python script?

 In this article,  I am focussing on sending Slack notifications periodically based on the records in the database. Suppose we have to monit...