An open API service indexing awesome lists of open source software.

https://github.com/serverless/event-gateway-tracer


https://github.com/serverless/event-gateway-tracer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Event Gateway - Tracer

A web application for tracing events routed through the Event Gateway.

## Set-Up

You must have the Serverless Framework installed and set up. To get it, run `npm i serverless -g`.

Clone this repository.

In it, run `npm i`.

To do local development, run `npm start`.

To deploy, run `npm run build`, then `serverless deploy`, then `serverless client deploy`.