Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maliaga-pantoja/ses-terraform-typescript
ejemplo para enviar correos de forma masiva con ses y ts, usando terraform para crear los recursos
https://github.com/maliaga-pantoja/ses-terraform-typescript
Last synced: 4 days ago
JSON representation
ejemplo para enviar correos de forma masiva con ses y ts, usando terraform para crear los recursos
- Host: GitHub
- URL: https://github.com/maliaga-pantoja/ses-terraform-typescript
- Owner: maliaga-pantoja
- Created: 2019-12-09T16:29:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T03:07:06.000Z (over 2 years ago)
- Last Synced: 2024-11-10T12:39:36.789Z (2 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Config
before run you need to config aws profile in your computer
# How it works
Mandatory needs a file in csv format that has an email column value
# How to compile
```
tsc
```# How to run
```
..VARS node dist/app.js
```where ..VARS is a list of valid vars
# Required vars
1. LOG_PATH -- path where logs exists
2. SOURCE_PATH -- path where csv data exists