https://github.com/serverless/event-gateway-workshop
Learn what the Event Gateway is, how it works and build your first event-driven multi-cloud application!
https://github.com/serverless/event-gateway-workshop
event-gateway serverless serverless-framework
Last synced: about 2 months ago
JSON representation
Learn what the Event Gateway is, how it works and build your first event-driven multi-cloud application!
- Host: GitHub
- URL: https://github.com/serverless/event-gateway-workshop
- Owner: serverless
- Created: 2018-02-14T13:48:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T09:36:13.000Z (over 7 years ago)
- Last Synced: 2025-03-30T04:11:25.216Z (2 months ago)
- Topics: event-gateway, serverless, serverless-framework
- Language: JavaScript
- Size: 103 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Gateway Workshop
Learn what the [Event Gateway](https://github.com/serverless/event-gateway) is, how it works and build your first event-driven multi-cloud application!
## Manual setup
### Install Node.js
Download and install the Node.js version for your platform from the official [download page](https://nodejs.org/en/download/).
### Install the Serverless Framework
Run `npm install --global serverless`
## Docker-driven setup
Run `docker-compose run -p 3000:3000 -p 4000:4000 -p 4001:4001 event-gateway-workshop bash`