serverless-stripe-backend icon indicating copy to clipboard operation
serverless-stripe-backend copied to clipboard

Serverless payments built on AWS Lambda & the Serverless framework

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

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