All Projects → serverless → event-gateway-workshop

serverless / event-gateway-workshop

Licence: other
Learn what the Event Gateway is, how it works and build your first event-driven multi-cloud application!

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to event-gateway-workshop

serverless-aws-rust
⚡🏗️ template for new aws lambda serverless rust apps
Stars: ✭ 89 (+394.44%)
Mutual labels:  serverless-framework
serverless-modular
⚡️ serverless plugin for microservice code management and deployment.
Stars: ✭ 19 (+5.56%)
Mutual labels:  serverless-framework
cloudwatch-public-metrics
Expose AWS Cloudwatch Metrics as a public HTML page using AWS Lambda and server-side rendering
Stars: ✭ 27 (+50%)
Mutual labels:  serverless-framework
lockbot
🔒 Coordinate use of your team's shared resources, in Slack 🤝
Stars: ✭ 47 (+161.11%)
Mutual labels:  serverless-framework
serverless-authorizers
Examples to use aws API Gateway authorizer feature to authorize your endpoints with different ways
Stars: ✭ 31 (+72.22%)
Mutual labels:  serverless-framework
serverless-aws-rust-multi
⚡🏗️ template for new aws lambda serverless rust http apps
Stars: ✭ 51 (+183.33%)
Mutual labels:  serverless-framework
serverlesscloud.cn
Serverless 中文网
Stars: ✭ 15 (-16.67%)
Mutual labels:  serverless-framework
tencent-cam-policy
Easily create an Tencent CAM Policy with Serverless Components
Stars: ✭ 20 (+11.11%)
Mutual labels:  serverless-framework
fastapi-mangum-example
Deploy FastAPI as Lambda using serverless and mangum
Stars: ✭ 21 (+16.67%)
Mutual labels:  serverless-framework
lambda-sns-dlq-error-handling
Sample project for showing the ability to publish an SNS topic and trigger a function from the topic. Code is structured to create a timeout/crash so the dead letter queue SNS topic gets published, in turn triggering the error handler function.
Stars: ✭ 31 (+72.22%)
Mutual labels:  serverless-framework
aws-serverless-prototype
Serverless Frameworkを使ったAWS Lambdaプロジェクトの試作品
Stars: ✭ 16 (-11.11%)
Mutual labels:  serverless-framework
lambda-mailer
Simple module for receiving an email from a contact form on your website.
Stars: ✭ 83 (+361.11%)
Mutual labels:  serverless-framework
serverless-fission
Use Fission through Serverless Framework https://serverless.com
Stars: ✭ 19 (+5.56%)
Mutual labels:  serverless-framework
lambdog-server
Write Netlify functions without pulling your hair out.
Stars: ✭ 15 (-16.67%)
Mutual labels:  serverless-framework
serverless-scaleway-functions
Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
Stars: ✭ 58 (+222.22%)
Mutual labels:  serverless-framework
serverless-multicloud-example
An example Node Express app that can be deployed in any major cloud by the Serverless framework
Stars: ✭ 20 (+11.11%)
Mutual labels:  serverless-framework
a-crash-course-on-serverless-with-nodejs
A quick and easy guide of how to hook up a single Serverless service.
Stars: ✭ 28 (+55.56%)
Mutual labels:  serverless-framework
serverless-typescript-starter
A Serverless starter that adds TypeScript, serverless-offline, linting, environment variables, and unit test support.
Stars: ✭ 75 (+316.67%)
Mutual labels:  serverless-framework
serverless
BlueNimble is a Hybrid Serverless Platform focusing on developer productivity and application portability. Create and run scalable APIs and applications without coding or by coding less. Focus on application business logic without any knowledge of the underlying microservices architecture.
Stars: ✭ 30 (+66.67%)
Mutual labels:  serverless-framework
serverless-swagger-api
Simplifies the process of generating an API Gateway API from a swagger file.
Stars: ✭ 15 (-16.67%)
Mutual labels:  serverless-framework

Event Gateway Workshop

Learn what the 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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].