- You first need to install Go
- You need to install Serverless
- You need AWS Credentials
- Run
make
- Run
sls deploy
- You should receive a url showing where the application got deployed
- Open
test.sh
- Update LAMBDA_URL with the url received from the serverless steps above
- Update the email address to test with your choice
The brunt of the code is in verify/main.go
. The code takes an email address
from the body of the POST request and checks to see if it is a valid email
address.