Skip to content

Simple example of producing and consuming events using AWS EventBridge in .NET Core

License

Notifications You must be signed in to change notification settings

navneetlal/aws-eventbridge-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon EventBridge - Producer/Consumer Example (.NET Core)

This application example creates 2 type of function in AWS Lambda - Producer and Consumer. And some EventBridge rules to route events to proper consumer.

The example shows ATM transaction event and routing based on location. It also does filtering such that only approved transaction are passed.

.
├── consumer
│   ├── aws-lambda-tools-defaults.json
│   ├── Consumer.csproj
│   ├── Event.cs
│   ├── Function.cs
│   └── Readme.md
├── producer
│   ├── aws-lambda-tools-defaults.json
│   ├── Function.cs
│   ├── Producer.csproj
│   ├── Readme.md
│   └── SampleEvents.cs
├── LICENSE
├── README.md
└── template.yml

Requirements

Instruction

  $ sam deploy --guided

Enter stack name, default region and allow SAM to create roles with required permissions

Releases

No releases published

Packages

No packages published

Languages