aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

Support HTTP and custom port in SES #272

Open yaitskov opened 3 years ago

yaitskov commented 3 years ago

Hi,

My app is using Aws for sending emails. I am trying to run this feature locally with localstack project, which emulates AWS services locally. I don't want to keep HTTPS certificate and worry about port 433. I realized that SES doesn't allow configuration of such parameters.

yaitskov commented 3 years ago

https://github.com/aristidb/aws/pull/273

Could you have a look, @aristidb?