View on GitHub

Go Lang Notes

Compilations of Go Lang sample code along with AWS examples. Topped with notes on related topics.

AWS SES Vs SendGrid Service

Visitors

Comparison

Each tool is targeted to a different audience. SendGrid is more of an all-inclusive tool, suitable for sending all kinds of emails, while Amazon SES does mainly transactional emails (but it does them really well). SES works with pay-as-you-go pricing, while SendGrid offers pre-designed plans.

Choose Amazon SES if you…

Choose SendGrid if you…


Source

Visitors