Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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