Coder Social home page Coder Social logo

mhmdryhn / event_driven_architecture_using_aws_eventbridge Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 19 KB

Communicating between services via Amazon EventBridge which keeps the application more distributed and loosely coupled.

License: MIT License

Python 28.15% HCL 68.57% Shell 3.28%
event-driven eventbridge distributed-computing loosely-coupled-design

event_driven_architecture_using_aws_eventbridge's Introduction

Event Driven Architecture Using AWS EventBridge

This repo demonstrates how services interact with each other using AWS EventBridge. For demo purpose, we are considering AWS Lambda functions as different services. When an EventBridge sits between services, this makes the application more distributed. The system implemented here does the following:

One Lambda function will put some events in an AWS EventBridge's event bus. There are some rule that matches the event and route the matched event to the target(s), in this case another Lambda function.

Deploying the infrastructure

To deploy the code and infrastructure, just execute the build.sh script (./build.sh). Make sure the script has the executable permission. Before executing, allow the script the executable permission by running sudo chmod +x build.sh

event_driven_architecture_using_aws_eventbridge's People

Contributors

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