Skip to content

Instantly share code, notes, and snippets.

View SimonHoiberg's full-sized avatar

Simon Høiberg SimonHoiberg

View GitHub Profile
# serverless.yml
stripe-create-customer:
handler: dist/lambdas/stripe/createCustomer.handler
events:
- http:
path: stripe/create-customer
method: post
environment:
STRIPE_SECRET_KEY: PUT-YOUR-SECRET-KEY-HERE