aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.51k stars 3.85k forks source link

đź“ŠTracking: Amazon SES #7548

Open SomayaB opened 4 years ago

SomayaB commented 4 years ago

Add your +1 đź‘Ť to help us prioritize high-level constructs for this service


Overview:

Amazon Simple Email Service (Amazon SES) is an email sending and receiving service that provides an easy, cost-effective way for you to send email.

AWS Docs

Maturity: Experimental

See the AWS Construct Library Module Lifecycle doc for more information about maturity levels.

Implementation:

See the CDK API Reference for more implementation details.

Issue list:


This is a đź“ŠTracking Issue

mooyoul commented 4 years ago

I created a CDK module which provisions Domain Identity - https://github.com/mooyoul/aws-cdk-ses-domain-identity

Also this construct will automatically handle required validations for you (like DnsValidatedCertificate of @aws-cdk/aws-certificatemanager does)

madeline-k commented 1 year ago

Request that could go into the L2: https://github.com/aws/aws-cdk/issues/10321