Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohemohe/aws-ses-email-webhook
SlackのメールアプリのようにAWS SESで受信したメールをDiscordに送るやつ
https://github.com/mohemohe/aws-ses-email-webhook
aws aws-lambda aws-ses aws-sns discord email slack webhook
Last synced: 25 days ago
JSON representation
SlackのメールアプリのようにAWS SESで受信したメールをDiscordに送るやつ
- Host: GitHub
- URL: https://github.com/mohemohe/aws-ses-email-webhook
- Owner: mohemohe
- Created: 2023-11-12T10:42:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T22:13:35.000Z (about 1 year ago)
- Last Synced: 2024-12-09T12:45:14.042Z (about 1 month ago)
- Topics: aws, aws-lambda, aws-ses, aws-sns, discord, email, slack, webhook
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-ses-email-webhook
A gateway built on AWS that converts email to webhooks.
Like Slack's Mail App, it sends emails received by AWS SES to Discord.## deploy
Copy config file and modify:
```bash
cp sample.config.ts config.ts
```Deploy to the AWS:
```bash
cd cdk
# bun run cdk bootstrap if needed
bun run deploy
```Set SNS topic to ruleset in `Configuration: Email receiving` at AWS SES manage console.
![https://i.imgur.com/Y1y3qIe.png](https://i.imgur.com/Y1y3qIe.png)
![https://i.imgur.com/eJyFRtI.png](https://i.imgur.com/eJyFRtI.png)
## develop
Install dependencies:
```bash
bun install
```And edit [function/index.ts](./function/index.ts)