/stripe-chp-payment

Stripe payment gateway integration

Primary LanguageJavaScript

stripe-chp-payment

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

Setup

Prerequisites

Install dependencies

yarn

Lint

yarn eslint

Deploy

serverless deploy
serverless deploy --aws-profile trushar

Configuration

Enter your configuration variables in secrets.json. Example:

{
  "stripeSecretKey": "sk_test_123"
}

You need:

  • Your Stripe secret key