Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigmachirality/formify

AWS Lambda function backend replacements for websites with contact/subscribe forms.
https://github.com/sigmachirality/formify

aws aws-lambda forms javascript serverless

Last synced: about 2 months ago
JSON representation

AWS Lambda function backend replacements for websites with contact/subscribe forms.

Awesome Lists containing this project

README

        

# Formify
- The end goal is an easily deployable Lambda that takes in POSTed form data and scrobbles them to some other location.

## Setup
- Create an AWS Lambda Function with access to SES and API Gateway.
- Verify an email through SES.
- Link the AWS Lambda function to API Gateway using a proxy integration.
- Run npm/yarn install in a cloned copy of this repo, then zip the repo contents and deploy to your Lambda.

## Configuration
Environment variables

| Variable | Usage |
|----------|-------|
| EMAIL |String specifying the SES verified email to send alerts to. Ex: "[email protected]"|

## Planned Features
- Forwarding emails from contact forms
- Sending emails containing data from forms
- Scrobbling form data to Google Docs/Airtable