This repository contains a Docker container which embeds a local AWS Simple Email Service (using Callum Silcock's code).
You can find it on Docker Hub: bh42/aws-ses-local
I made this very simple container to test microservices easily and locally.
Just run docker run -p 9001:9001 bh42/aws-ses-local
and you get a local AWS SES instance.
The emails are not sent, they appear in the logs instead.
Run docker logs -f container-name
to view them.