AWS Lambda, how to send SES email after Insert record into db?
I am trying to write a simple lambda function which first inserts a record into a db and then sends a templated email via SES. I am able to either do the insert or send the email, but I can’t seem to get both done in the same lambda function.