Skip to content

pmuens/serverless-landingpage-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless landingpage backend

Serverless service which gives you the ability to store E-Mail addresses.

Installation

Make sure that you use Serverless v1.

  1. Run serverless install --url https://github.com/pmuens/serverless-landingpage-backend to install the service in your current working directory
  2. Next up cd into the service with cd serverless-landingpage-backend
  3. Run npm install
  4. Deploy with serverless deploy

How to use

Simply perform a POST request against the exposed endpoint:

curl -X POST https://XXXX.execute-api.region.amazonaws.com/dev/email --data '{ "address": "john.doe@example.com" }'

AWS services used

  • Lambda
  • API Gateway
  • DynamoDB

About

Serverless landingpage backend to store E-Mail addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published