Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevinhillinger/openhack-serverless
- Owner: kevinhillinger
- License: cc-by-4.0
- Created: 2020-08-11T20:42:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T14:42:18.000Z (over 4 years ago)
- Last Synced: 2024-10-18T06:52:51.808Z (2 months ago)
- Topics: azure-functions-v3, durable-functions, event-driven, pubsub, saga-pattern, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)