Skip to content

dakotalillie/laurensettembrino-svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laurensettembrino-svc

This repository contains the source code and infrastructure configuration for backend services used by laurensettembrino.com. At the moment, this is just a single service for sending emails submitted via the contact form.

Requirements

Local Development

Build & Compile

make

Run Tests

Tests need to be run from from the Go module root

cd send-email && go test

Run a Local API

You can invoke the function at http://localhost:3000/send-email. Function contents can be refreshed by running make.

sam local start-api

Deploy

sam deploy

About

Backend services for laurensettembrino.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published