Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

22 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages