Skip to content

eahefnawy/serverless-stripe-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💳 serverless-stripe-webhook

In your Serverless project root directory, run:

sls module install https://github.com/eahefnawy/awsm-stripe-webhook

open <serverelss project name>/back/modules/sl-stripe-webhook/lib/index.js and add your callback code. This is the code that will handle the webhook.

when you're done, deploy with:

sls function deploy
sls endpoint deploy

After deployment, add this webhook URL to Stripe: <endpoint>/webhooks/stripe, and test it out!

About

💳 Serverless Module that creates a webhook for Stripe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published