Skip to content

Instantly share code, notes, and snippets.

View ayushkumarshah's full-sized avatar
🏠
Working from home

Ayush Kumar Shah ayushkumarshah

🏠
Working from home
View GitHub Profile
def my_function():
print('Hi')
print(my_function)
# <function my_function at 0x7efea5c36050>
def send_email_ses(email_message):
print(f'Send email using AWS SES: {email_message}')