eventbridge
There are 217 repositories under eventbridge topic.
cdk-patterns/serverless
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
aws-samples/aws-serverless-ecommerce-platform
Serverless Ecommerce Platform is a sample implementation of a serverless backend for an e-commerce website. This sample is not meant to be used as an e-commerce platform as-is, but as an inspiration on how to build event-driven serverless microservices on AWS.
aleios-cloud/sls-dev-tools
Dev Tools for the Serverless World - Issues, PRs and ⭐️welcome!
humank/ddd-practitioners-ref
EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
awsrun/aws-microservices
AWS Serverless Event-driven Microservices with using AWS Lambda, AWS DynamoDB, AWS API Gateway, AWS EventBridge, AWS SQS, AWS CDK stands for Cloud Development Kit for IaC — Infrastructure as Code tool and AWS CloudWatch for monitoring.
aws-samples/designing-cloud-native-microservices-on-aws
Introduce a fluent way to design cloud native microservices via EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
aws-samples/serverless-coffee
Serverlesspresso - The serverless coffee ordering application! As seen at AWS re:Invent 2021. Presented by AWS Serverless DA team. Questions? Contact @jbesw.
ljacobsson/evb-cli
Pattern generator and debugging tool for Amazon EventBridge
aws-samples/s3-to-lambda-patterns
Example applications for the S3-to-Lambda patterns series in the AWS Compute Blog and learning path. Questions? @jbesw.
panacloud-modern-global-apps/full-stack-serverless-cdk
Learn to Build Full-Stack Serverless Apps and APIs using AWS Cloud Development Kit (CDK) in Baby Steps.
aleios-cloud/sls-test-tools
Custom Jest Assertions for Serverless integration testing.
silverton-io/buz
Serverless multi-protocol + multi-destination event collection system.
boyney123/eventbridge-atlas
Open-source tool to document, discover, and share your Amazon EventBridge schemas.
awslabs/aws-break-glass-role
Create a break glass role for emergency use in order to limit AWS production account access. Configure automatic alerts and logging of activities in the role to secure its use in production environments.
aws-samples/aws-serverless-ai-stories
Example open source event-driven application that generates a new bed time story for your children every night using Lambda, EventBridge, DynamoDB, App Runner, ChatGPT and DALL-E.
terraform-aws-modules/terraform-aws-eventbridge
Terraform module to create AWS EventBridge resources 🇺🇦
aws-samples/amazon-eventbridge-resource-policy-samples
Learn more about Amazon EventBridge resource policies and multi-account event bus topologies. This repo contains sample code for the AWS re:Invent 2020 session "Building event-driven applications with Amazon EventBridge" (https://youtu.be/Wk0FoXTUEjo) and the AWS Compute blog post "Simplifying cross-account access with Amazon EventBridge" (https://amzn.to/3o0Dcz4)
aws-samples/serverless-coffee-workshop
This is the repo for Serverlesspresso workshop. Questions? Contact @jbesw or @benjamin_l_s on GitHub or Twitter.
spezam/eventbridge-cli
Amazon EventBridge Cli
boyney123/eventbridge-canon
Open source simple UI to Publish, Save and Share AWS EventBridge Events
ServerlessLife/serverless-spy
CDK-based library for writing elegant, fast-executing integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
fredericbarthelet/typebridge
Typescript toolbox for AWS EventBridge
aws-samples/amazon-eventbridge-producer-consumer-example
A simple producer/consumer example for Amazon EventBridge. Questions? @jbesw.
vacationtracker/generic-webhook-to-eventbridge
An AWS SAR app for sending generic webhook events to EventBridge event bus
awslabs/eventbridge-kafka-connector
Kafka sink connector for Amazon EventBridge to send events (records) from Kafka topic(s) to the specified EventBridge event bus
moritzzimmer/terraform-aws-lambda
A Terraform module to create AWS Lambda ressources.
oguzhan-yilmaz/aws-lambda-scheduler
aws-lambda-scheduler is EventBridge Rule manager that lets you call any existing AWS Lambda Function you have in a set future time with pre-set parameters. Allows more rule creation than AWS limit.
boyney123/cdk-eventbridge-socket
CDK construct that creates a WebSocket endpoint for you for any EventBridge rule you are interested in. (Built for debugging + testing )
aws-samples/aws-sam-messaging-services-integration
Using AWS messaging services in serverless applications with AWS SAM. Questions? @jbesw
boyney123/eventbridge-transformer
Online tool to quickly build input templates and paths for Amazon EventBridge
epiresdasilva/super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
aws-samples/aws-control-tower-account-setup-using-step-functions
Automated AWS account hardening with AWS Control Tower and AWS Step Functions
aws-samples/aws-control-tower-org-setup-sample
Automated AWS Organizations configuration for security operations
winebarrel/cronplan
Cron expression parser for Amazon EventBridge.
SourabhSinghRana/real-time_crypto_data_pipeline_using_kafka
I am using confluent Kafka cluster to produce and consume scraped data. In this project, I've created a real-time data pipeline that utilizes Kafka to scrape, process, and load data onto S3 in JSON format. With a producer-consumer architecture, I ensure that the data is in the right format for loading onto S3 by performing minor transformations