Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sigmachirality/formify
- Owner: sigmachirality
- Created: 2019-06-05T00:08:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T21:51:36.000Z (about 3 years ago)
- Last Synced: 2024-04-12T21:56:42.671Z (10 months ago)
- Topics: aws, aws-lambda, forms, javascript, serverless
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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