karun74 / serverless-stripe-backend

Serverless payments built on AWS Lambda & the Serverless framework

Home Page:https://yos.io/2017/06/22/serverless-stripe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Stripe backend

The backend for a serverless stripe application. Built with AWS Lambda and the Serverless Framework.

Demo

Blog Post

Setup

Prerequisites

Install dependencies

yarn

Running Tests

yarn test

Get Test coverage

yarn test:coverage

Lint

yarn eslint

Deploy

serverless deploy
serverless deploy --aws-profile karun

Configuration

Enter your configuration variables in secrets.json. Example:

{
  "stripeSecretKey": "sk_test_123"
}

You need:

  • Your Stripe secret key

Thanks

serverless-stripe-backend © 2017+, Yos Riady. Released under the MIT License.
Authored and maintained by Yos Riady with help from contributors (list).

yos.io  ·  GitHub @yosriady

About

Serverless payments built on AWS Lambda & the Serverless framework

https://yos.io/2017/06/22/serverless-stripe/


Languages

Language:JavaScript 100.0%