AWS's SDK for JavaScript version 3 seems to have 2 different clients for Simple Email Service (SES).
I realized I have been using @aws-sdk/client-sesv2 but:
- The actual doc on their GitHub repos is really hard to understand (see v1 and v2)
- Nowhere in the Github example do they show an example of sending an email or why there are 2 versions
- I found this more useful documentation but they don't even mention v2?
Are we supposed to use v1 or v2? What are the differences between both?