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

https://github.com/lynnlangit/serverless-architecture

Companion to my Linked In Learning 'Serverless Architecture' course
https://github.com/lynnlangit/serverless-architecture

aws-lambda azure-functions datalake gcp-cloud-functions serverless serverless-architectures

Last synced: 3 months ago
JSON representation

Companion to my Linked In Learning 'Serverless Architecture' course

Awesome Lists containing this project

README

        

# Serverless Architecture

This Repo is a companion area to my LinkedIn Learning [`Serverless Architecture`](https://www.linkedin.com/learning/serverless-architecture) course.
- Serverless core concept of partitioned compute (i.e. functions vs. VMs) is shown above (image from AWS documentation).

## Course Information
Here is info for learning Serverless Architecture and Patterns. This is my Companion Repo for my LI_L course "Serverless Architecture"
- :books: My Course Link at -- [link](https://www.linkedin.com/learning/serverless-architecture-19870153)
- :octocat: Big link list 'Awesome Serverless' at -- [link](https://github.com/anaibol/awesome-serverless)

## Architecture / Patterns

- 📝 Article: "Remaking the Australian Census for $500 USD" at -- [link](https://www.news.com.au/technology/online/qut-students-design-a-500-cloudbased-census-server-four-times-better-than-ibms-9-million-system/news-story/0a4eeabf733cedfce0091ce6f062c60c)
- 📝 Mike Roberts article on Serverless Architectures at -- [link](https://martinfowler.com/articles/serverless.html)
- 📝 ZDNet - "Top 10 Security Risks of Serverless Architectures" at -- [link](https://www.zdnet.com/article/the-top-10-risks-for-apps-on-serverless-architectures/)
- 📝 "Serverless Sea Change" at -- [link](https://www.infoq.com/articles/serverless-sea-change#)
- 📝 "Event-driven serverless architecture" at -- [link](https://dachou.github.io/2018/10/15/event-driven-serverless.html)
- 📝 "Serverless Patterns" at -- [link](https://serverless.com/blog/serverless-architecture-code-patterns/)

## Open Source Frameworks, Tools and Examples

Many open source resources show AWS examples, but could be implemented on GCP or Azure with some modifications.

- :octocat: Serverless Library at -- [link](https://github.com/serverless/serverless)
- :octocat: Open FaaS at -- [link](https://github.com/openfaas/faas)
- 📝 "Create a REST API with serverless components" at -- [link](https://serverless.com/blog/how-create-rest-api-serverless-components/)
- 📝 "A Production Grade CI/CD Pipeline for Serverless Applications" at -- [link](https://medium.com/@tarekbecker/a-production-grade-ci-cd-pipeline-for-serverless-applications-888668bcfe04)
- 📺 "Serverless & Modern Agile" at -- [link](https://www.youtube.com/watch?v=mzjhEZLTEpM)
- 📝 "Architectural Patterns for IoT Event-Driven Architectures" at -- [link](https://medium.com/@prashunjaveri/architectural-patterns-for-iot-event-driven-architectures-557be35fa626)

----

### For AWS, GCP or Azure

Serverless patterns, tools, example architectures and more information, presented by cloud vendor.

- :octocat: AWS: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/AWS.md)
- :octocat: GCP: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/GCP.md)
- :octocat: Azure: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/Azure.md)

----