Transport for connecting the EventR platform to EventBridge.
$ dotnet add package EventR.Transports.Amazon.EventBridgeThe EventR CLI is available on nuget as a dotnet package. To install run the following command:
dotnet tool install --global EventR.Cli
If you haven't added the global tools directory to your PATH environment variable, follow the instructions provided by the dotnet tool install command. The cli should now be available by calling eventr from the command line.
To start the debugger service run the following command.
eventr debugger start
The debugger will start up on the default port and the default web browser will automatically open.