How to send email through AWS SES using Lambda and API Gateway | Node.js

preview_player
Показать описание
Telegram ID: knowjunaid

In this video, you will learn how to invoke a Lambda function using API Gateway that sends and e-mail via SES.

Рекомендации по теме
Комментарии
Автор

Awesome video. Just for aws-sdk v3 change these:
export const handler = async (event) => {
and

const command = new SendEmailCommand(params);
const data = await client.send(command);

rasheednazar
Автор

Thanks for the tutorial, really simple!

edu_sdorneles
Автор

Hi I am trying hard to create a lambda function to generate pdf from a url using node js and puppeteer, can you please make this function. It will be a great help.

rshekhar
visit shbcf.ru