The backend for a serverless stripe application. Built with AWS Lambda and the Serverless Framework.
- Node.js & NPM
- Yarn
- The Serverless Framework
yarn
yarn test
yarn test:coverage
yarn eslint
serverless deploy
Enter your configuration variables in secrets.json
. Example:
{
"stripeSecretKey": "sk_test_123"
}
You need:
- Your Stripe secret key
serverless-stripe-backend © 2017+, Yos Riady. Released under the MIT License.
Authored and maintained by Yos Riady with help from contributors (list).