https://github.com/simalexan/lambda-create-email-template-ses
https://github.com/simalexan/lambda-create-email-template-ses
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simalexan/lambda-create-email-template-ses
- Owner: simalexan
- Created: 2018-12-16T22:39:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T15:09:21.000Z (over 6 years ago)
- Last Synced: 2025-03-22T23:03:53.230Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lambda (Create Email Template) -> SES (Simple Email Service)
## Description
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` or `text` 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.
## Deployment Parameters
This component has no CloudFormation deployment parameters.
## Latest Release - 1.0.0
Initial release.
## Roadmap - Upcoming changes
Here are the upcoming changes that I'll add to this serverless component:
- ESLint
- Tests