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
- Host: GitHub
- URL: https://github.com/lynnlangit/serverless-architecture
- Owner: lynnlangit
- License: apache-2.0
- Created: 2023-01-29T19:16:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:54:17.000Z (3 months ago)
- Last Synced: 2025-03-28T13:41:31.726Z (3 months ago)
- Topics: aws-lambda, azure-functions, datalake, gcp-cloud-functions, serverless, serverless-architectures
- Homepage:
- Size: 5.77 MB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)----