GithubHelp home page GithubHelp logo

isabella232 / stripe-webhook-event-ingester Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ifttt/stripe-webhook-event-ingester

0.0 0.0 0.0 34 KB

An AWS CDK-based project for ingesting Stripe webhook events into an SQS queue

License: MIT License

Python 94.32% Batchfile 5.68%

stripe-webhook-event-ingester's Introduction

Stripe Webhook Event Ingester

Architecture

This is an AWS CDK-based project for ingesting Stripe webhook events into an SQS queue.

Stripe uses a message digest code to allow clients to verify the integrity of webhook events. Stripe signs event messages that allow the receiver to verify the message was signed using a shared secret.

See: https://stripe.com/docs/webhooks/signatures

The pipeline

  • An API endpoint that can be set as the Stripe webhook endpoint
  • A Lambda function that receives incoming webhook events and verifies the signature
  • Authenticated events are sent to the EventBridge on the $default bus

Setup

  • Create the virtual environment: python3 -m venv .venv
  • Enable the virtual environment: source .venv/bin/activate
  • Install dependencies: pip install -r requirements.txt
  • Deploy the stack: cdk deploy
  • Create a Stripe Webhook endpoint: https://dashboard.stripe.com/webhooks
    • Set the URL to the URL of the API endpoint
    • Note that you'll find the Stripe Signing Secret used in the next step on this page
  • Update the Stripe Signing Secret in the Secrets Manager: https://console.aws.amazon.com/secretsmanager/home

Design Notes

stripe-webhook-event-ingester's People

Contributors

berniedurfee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.