Skip to content

Instantly share code, notes, and snippets.

View AbdulRafay's full-sized avatar
🎯
Focusing

Rafay AbdulRafay

🎯
Focusing
View GitHub Profile
@pucbabajob
pucbabajob / rds-lambda-s3.py
Last active September 26, 2023 16:36
Query RDS from lambda and save the result as CSV, Sent the result in Email, Save the Result in S3
# Query RDS From Lambda and Send Results in Email and Save it to S3
# Blog Post: https://blog.powerupcloud.com/automate-rds-and-aurora-mysql-processes-list-in-lambda-with-kms-736b2878349
# Verson 1.1
# Bug fix1 : Mulitple email receipts
import sys
import logging
import pymysql
import os