https://github.com/sanjeevan/example-landing-page-lambda
Example AWS Lambda function to collect email addresses + add them to a email list
https://github.com/sanjeevan/example-landing-page-lambda
aws-lambda javascript
Last synced: 22 days ago
JSON representation
Example AWS Lambda function to collect email addresses + add them to a email list
- Host: GitHub
- URL: https://github.com/sanjeevan/example-landing-page-lambda
- Owner: sanjeevan
- Created: 2018-08-13T14:05:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T14:35:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-21T04:37:30.370Z (over 1 year ago)
- Topics: aws-lambda, javascript
- Language: JavaScript
- Homepage: https://sanjeevan.co.uk/blog/setup-a-landing-page-for-your-mvp
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example AWS Lambda for a landing page
This is a quick example project showcasing how to use the serverless framework
and AWS lambda to create a lambda function that recieves an email address and
adds it to an email ocotopus mailing list
See this blog post for more details: https://sanjeevan.co.uk/blog/setup-a-landing-page-for-your-mvp
## To deploy:
Make sure you've configured your AWS credentials before deploying
```bash
sls deploy
```