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

https://github.com/ccjmne/orca-mailme-lambda

Serverless API endpoint to let clients get in touch. Basically an AWS Lambda function leveraging SES, invoked through API Gateway and packaged into a CloudFormation stack using AWS SAM.
https://github.com/ccjmne/orca-mailme-lambda

api-gateway aws aws-api-gateway aws-cloudformation aws-lambda aws-sam aws-ses cloudformation lambda mail sam serverless ses

Last synced: 9 months ago
JSON representation

Serverless API endpoint to let clients get in touch. Basically an AWS Lambda function leveraging SES, invoked through API Gateway and packaged into a CloudFormation stack using AWS SAM.

Awesome Lists containing this project

README

          

# orca-mailme-lambda

Serverless API endpoint to let clients get in touch.

Basically an AWS Lambda function leveraging SES, invoked through API Gateway and packaged into a CloudFormation stack using AWS SAM.

## Build, package and deploy

npm run build
npm run package
npm run deploy

## Usage

| description | value |
| ---------------- | ---------------------------------- |
| method | `POST` |
| URL | `//` |
| Query Parameters | `{ name, org, mail }` |
| Body | `` |

## AWS SES Templates administration

SES Templates administration made easy.
Drop your templates files under `/templates`, and run commands through `node templates`.

Available commands:

templates [args]

Commands:
templates list list existing templates
templates get get specified template
templates create create specified template
templates update update specified template
templates delete delete specified template

Options:
--version Show version number [boolean]
--help Show help [boolean]