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

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!

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`