https://github.com/serverless/event-gateway-tracer
https://github.com/serverless/event-gateway-tracer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/serverless/event-gateway-tracer
- Owner: serverless
- Created: 2018-10-14T21:39:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T19:56:45.000Z (over 6 years ago)
- Last Synced: 2024-10-14T18:37:09.745Z (8 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.