Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Backend application for `serverless-stripe-frontend` built on AWS Lambda & the Serverless framework

Notifications You must be signed in to change notification settings

mkdecisiondev/serverless-stripe-backend

 
 

Repository files navigation

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

About

Backend application for `serverless-stripe-frontend` built on AWS Lambda & the Serverless framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%