diff --git a/radar/platforms-and-services/aws-ses.md b/radar/platforms-and-services/aws-ses.md new file mode 100644 index 0000000..ee3e52d --- /dev/null +++ b/radar/platforms-and-services/aws-ses.md @@ -0,0 +1,14 @@ +--- +title: "AWS SES" +ring: adopt +quadrant: "platforms-and-aoe-services" +tags: [cloud, aws, email] +--- + +[AWS SES](https://aws.amazon.com/ses/) Amazon SES is a cloud-based email service provider that can integrate into any application for high volume email automation. + +## Use cases +With AWS SES it is possible to send marketing emails, templated emails, bulk emails, and so on. More information about the [features of SES is available on official documentation](https://aws.amazon.com/ses/details/). + +## Reference of usage in our organization +[Here](https://github.com/search?q=org%3Apagopa%20github.com%2Fpagopa%2Fterraform-aws-ses.git&type=code), you can find some projects that use the [Terraform module, created by PagoPA, to instantiate the SES service](https://github.com/pagopa/terraform-aws-ses).