1
0 Comments

Sharing my opensource AWS serverless form handler backend

I was frustrated by the fact that all 'free' form handlers out there only allow for 100 free form submissions per month. On top of that you can never be sure where the data is going and how its secured.

So, I decided to make my own using Amazon API Gateway integrated with DynamoDB.

Rough estimate of run cost is ~$3 per million submissions.

For Devs, should take ~10 mins to configure and deploy.

Features include:

  • API calls are secured behind an API key
  • Ability to add throttling and quotas
  • Out of the box input validation
  • In control of your own data and data sovereignty
  • Encryption enabled by default
  • [roadmap] email notifications via SES

Here's the link:
https://github.com/Goldiserv/aws-serverless-form-handler

Enjoy!

on October 13, 2023