Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:17
Show Gist options
  • Save SimonHoiberg/484d9f466607b83ea9a0c9cecb3c662e to your computer and use it in GitHub Desktop.
Save SimonHoiberg/484d9f466607b83ea9a0c9cecb3c662e to your computer and use it in GitHub Desktop.
# serverless.yml
stripe-retrieve-payment-method:
handler: dist/lambdas/stripe/retrievePaymentMethod.handler
events:
- http:
path: stripe/retrieve-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