Skip to content

Commit

Permalink
feat(mjml-template): SES email template from MJML (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold authored Jun 19, 2024
1 parent 4457a26 commit 5de58e8
Show file tree
Hide file tree
Showing 17 changed files with 1,620 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 71 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
bundledDeps: [
'got',
'@slack/web-api',
'mjml',
],
devDeps: [
'@aws-sdk/client-cloudformation',
Expand All @@ -27,6 +28,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'@aws-sdk/client-textract',
'@aws-sdk/lib-dynamodb',
'@types/aws-lambda',
'@types/mjml',
'@types/tsscmp',
'aws-sdk-client-mock',
'aws-sdk-client-mock-jest',
Expand Down
175 changes: 175 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Version >= 0.2.0 requires AWS CDK v2.
* [`EmailReceiver`](src/email-receiver) Receive emails through SES, save them to S3
and invoke a Lambda function

* ['MjmlTemplate`](src/mjml-template) SES email template from [MJML](https://mjml.io/)

* [`SlackApp`](src/slack-app) Deploy Slack apps from manifests

* [`SlackEvents`](src/slack-events) Send Slack events to Amazon EventBridge
Expand Down
Loading

0 comments on commit 5de58e8

Please sign in to comment.