boto3.client('ses')
vs boto3.client('sesv2')
#4397
-
Describe the issueWhat is the difference between the two? Which one should we use? It is really unclear. LinksHere an AWS engineer notes:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @umarbutler, I've contacted the SES team, and they suggest that everyone should ideally use the SESv2 client as the SES client is no longer being updated with new features. Much of the core functionality is the same between the two clients, but SESv2 has an improved and more customer-friendly API. We have asked the SES team to add more information to their documentation to help customers choose the right client. |
Beta Was this translation helpful? Give feedback.
-
Converting this into a discussion as it is a guidance issue. |
Beta Was this translation helpful? Give feedback.
Hi @umarbutler,
I've contacted the SES team, and they suggest that everyone should ideally use the SESv2 client as the SES client is no longer being updated with new features. Much of the core functionality is the same between the two clients, but SESv2 has an improved and more customer-friendly API. We have asked the SES team to add more information to their documentation to help customers choose the right client.