Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:20
Show Gist options
  • Save SimonHoiberg/3a81bb85b19814cbeda793c9fab886b6 to your computer and use it in GitHub Desktop.
Save SimonHoiberg/3a81bb85b19814cbeda793c9fab886b6 to your computer and use it in GitHub Desktop.
# serverless.yml
stripe-update-payment-method:
handler: dist/lambdas/stripe/retryInvoice.handler
events:
- http:
path: stripe/update-payment-method
method: post
environment:
STRIPE_SECRET_KEY: PUT-YOUR-SECRET-KEY-HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment