package
1.2.1
Repository: https://github.com/eexit/http2smtp.git
Documentation: pkg.go.dev

# README

:zap: http2smtp for AWS Lambda

Deploy in 3 commands (assuming you already have a SMTP server deployed).

Usage

$ make
+-------------------------------------------------------------------+
| Make Usage                                                        |
+-------------------------------------------------------------------+
|- config          -> Prints the resolved stack config
|- deploy          -> Deploys the stack
|- download        -> Gets the latest version of the binary
|- install-sls     -> Installs serverless (via NPM)
|- remove          -> Removes the stack

Deploying

Deploying a specific version

If you wish to download a specific version of http2smtp, you can prefix the download URL as env var prior calling make download:

$ URL=https://api.github.com/repos/eexit/http2smtp/releases/tags/v1.2.3 make download

Then deploy using make deploy.