Skip to content

Instantly share code, notes, and snippets.

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