This is a serverless component consisting of:
-
a Lambda that creates an SES email template for sending templated emails. It needs at least 3 parameters:
templateName
subject
html
ortext
parameter, containing the HTML or Text content of the Template you want to create.
It's a Nuts & Bolts application component for AWS Serverless Application Repository.
This component has no CloudFormation deployment parameters.
Initial release.
Here are the upcoming changes that I'll add to this serverless component:
- ESLint
- Tests