SES now Cloudformation ready but the region problem

Hi,

since March 2018 we can automate Amazon SES via Cloudformation Templates. This is nice but as we all know. SES is only available in 3 regions worldwide. If you happen to be in of those other regions with your stuff, you have the problem that you cant add SES resources in your serverless project because it would deploy in a region where SES is not available.

Is there any other way than creating two different serverless projects for such a scenario? As SES gets more popular, this request will be seen more often in future i guess.

It would be very handy to have a region attribute for at least the SES Resources so that we can have it all in one project. Any thoughts?

Marc