I'm looking for the best approach for organizing sending emails via Amazon SES in development and production environment.
Is it possible to separate two SES accounts (one for production, one for development) within one account ID? Development using production SES account is not an option because SES pushes events to queues (deliveries, bounces etc) which are processing all the time.
The solutions which I see at the moment are:
- Create completely new Amazon account with only one service active (SES).
- I read something about IAM policies but I'm not sure is it a good direction.
- I read something about sandbox but if I good understand it only exists for new accounts (?)
Maybe someone heard/resolve that problem with more elegance solution?