Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinhillinger/openhack-serverless

Serverless implementation in TypeScript using Azure Functions to handle HTTP, Pub/Sub topic, and Saga to handle microservice interactions and data ingestion using event driven patterns
https://github.com/kevinhillinger/openhack-serverless

azure-functions-v3 durable-functions event-driven pubsub saga-pattern serverless typescript

Last synced: 15 days ago
JSON representation

Serverless implementation in TypeScript using Azure Functions to handle HTTP, Pub/Sub topic, and Saga to handle microservice interactions and data ingestion using event driven patterns

Awesome Lists containing this project

README

        

# OpenHack - Serverless

![function app](https://github.com/kevinhillinger/oh-serverless-coaching/workflows/function%20app/badge.svg)

My solution to the serverless open hack that Microsoft runs.

## What you might glean from this codebase?

- TypeScript build that works with Azure Functions
- TypeScript with Azure Functions v3
- Durable Functions using TypeScript
- Structuring your project while still using Azure Functions without creating a big ball of wax
- Azure CLI setup of Azure Functions resources
- some very simplistic but useful Log Analytics queries

## Resources
[OpenHack - Serverless Events Calendar](https://openhack.microsoft.com/#events-calendar)