Skip to content

A simple Docker container to run a AWS SES instance locally

Notifications You must be signed in to change notification settings

bh42/docker-aws-ses-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AWS Simple Email Service Docker container

What is it?

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

How does it work?

I made this very simple container to test microservices easily and locally.

Usage

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.