This repo contains a collections of common Serverless Design Patterns.
Partial list of common Serverless patterns (not all are implemented yet):
- Function Chaining
- Function Chaining with Rollback (transaction)
- ASync HTTP (HTTP 202)
- Fanout (Parallel)
- Fanout + Fan-in
- Long Running Function
- Long Running Function with Timeout
- Manual interaction with Timeout
The goal is to create examples of Serverless Patterns including some basic theory and documentation about the patterns and common use cases.