Code Monkey home page Code Monkey logo

amazon-aurora-eventbridge-webhooks's Introduction

Amazon Aurora & Amazon EventBridge Webhooks Sample

This AWS Cloud Development Kit (CDK) application provides an example architecture of emitting external webhooks using Amazon EventBridge.

In this example, the events are sourced directly from Amazon Aurora using the built in Lambda extension for PostgreSQL.

Architecture

Architecture Diagram

Prerequisites

Install the CDK toolkit: https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#getting_started_install

Getting Started

  • Deploy the application using AWS CDK: cd cdk && cdk deploy
  • Connect to the provisioned AWS Cloud9 development instance
  • Install the postgres client tools: sudo yum install postgresql
  • Connect to the Aurora cluster using psql: psql -h <AURORA_WRITER_ENDPOINT> -U dbadmin -d postgres -p 5432. To get the DB password, check AWS Secrets Manager for the password generated by the CDK template.
  • Deploy the schema file contained in /db (be sure to update the toEventBridge function ARN to match the one created by the CDK deployment)
  • Insert some sample widgets and see that the data is propagated to Amazon DynamoDB: call create_widget(1, 'fooWidget');
  • Now navigate to Amazon DynamoDB in the console, check the items in the WebhooksStack table created by the CDK template and see that the widget has been propagated to the mock SaaS application using Amazon EventBridge

amazon-aurora-eventbridge-webhooks's People

Contributors

amazon-auto avatar jhart0 avatar

Watchers

 avatar  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.