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

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

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
```