Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 301 Bytes

Contact Form Lambda

Lambda function for handling website contact form submissions. Sends an email using nodemailer.

# install deps
$ yarn

# running locally

# run mailhog
$ docker compose up -d
# http://localhost:8025

# run function on local gateway
$ yarn dev
# http://localhost:3000