Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.05 KB

SPFcheck.io

SPFcheck.io Logo

Hello! Welcome to my mini server less project, SPFcheck.io.

This software provides a no-nonsense website where engineers can check their domain names for correct and working email SPF record implementations.

I wanted to help improve the security on the internet, and perhaps get a little better at coding whilst I'm at it.

Architecture

Architecture Overview

This project is built with the AWS Amplify service. It uses:

  • API Gateway - To present a server less REST API to the world.
  • AWS Lambda - To perform SPF record checks on-demand. Coded with Node.JS.
  • AWS S3 - HTML, CSS and JS hosting.

Deployment

To automatically deploy the app, click the big orange button 👇

amplifybutton

Manual Deployment

Manual deployment steps coming soon.