[TUT] Phần 4 – AWS Lambda – Serverless framework

aws lambda - sqs - s3aws lambda - sqs - s3

Tiếp tục Series hướng dẫn setup Server mail, hôm nay mình sẽ giới thiệu về AWS Lambda – Serverless framework.

Table of contents:

  1. Giới thiệu serverless architecture và serverless framework
  2. Giới thiệu AWS Lambda
  3. So sánh AWS Lambda với Google Cloud Functions
  4. Nhiệm vụ của AWS Lambda trong hệ thống
    1. Lambda nhận notify từ MailGun
    2. Lambda nhận notify từ SQS để upload Raw email lên AWS S3
    3. Lambda nhận notify từ AWS S3 để download và gửi mail đến iRedMail
  5. Kết luận

To be continued…

Bài tiếp theo: Phần 5 – Giới thiệu AWS SQS, AWS SNS, AWS S3 và nhiệm vụ trong Mail server