{"id":17919319,"url":"https://github.com/lynnlangit/serverless-architecture","last_synced_at":"2026-01-16T00:40:23.494Z","repository":{"id":76189966,"uuid":"594831803","full_name":"lynnlangit/serverless-architecture","owner":"lynnlangit","description":"Companion to my Linked In Learning 'Serverless Architecture' course","archived":false,"fork":false,"pushed_at":"2025-03-28T12:54:17.000Z","size":6050,"stargazers_count":19,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T13:41:31.726Z","etag":null,"topics":["aws-lambda","azure-functions","datalake","gcp-cloud-functions","serverless","serverless-architectures"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lynnlangit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-29T19:16:03.000Z","updated_at":"2025-03-28T12:54:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f06175d-4d9b-4a72-8eca-312a6e3b2778","html_url":"https://github.com/lynnlangit/serverless-architecture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynnlangit%2Fserverless-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynnlangit%2Fserverless-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynnlangit%2Fserverless-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynnlangit%2Fserverless-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynnlangit","download_url":"https://codeload.github.com/lynnlangit/serverless-architecture/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246963642,"owners_count":20861522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","azure-functions","datalake","gcp-cloud-functions","serverless","serverless-architectures"],"created_at":"2024-10-28T20:16:07.517Z","updated_at":"2026-01-16T00:40:23.389Z","avatar_url":"https://github.com/lynnlangit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless Architecture\n\n\u003cimg src=\"https://github.com/lynnlangit/serverless-architecture/blob/main/images/lambda-vs-vm.png\" width=600\u003e\n\nThis Repo is a companion area to my LinkedIn Learning [`Serverless Architecture`](https://www.linkedin.com/learning/serverless-architecture) course.   \n- Serverless core concept of partitioned compute (i.e. functions vs. VMs) is shown above (image from AWS documentation).\n\n## Course Information\nHere is info for learning Serverless Architecture and Patterns. This is my Companion Repo for my LI_L course \"Serverless Architecture\"\n- :books: My Course Link at -- [link](https://www.linkedin.com/learning/serverless-architecture-19870153) \n- :octocat: Big link list 'Awesome Serverless' at -- [link](https://github.com/anaibol/awesome-serverless)\n\n## Architecture / Patterns\n\n- 📝 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)\n- 📝 Mike Roberts article on Serverless Architectures at -- [link](https://martinfowler.com/articles/serverless.html)\n- 📝 ZDNet - \"Top 10 Security Risks of Serverless Architectures\" at -- [link](https://www.zdnet.com/article/the-top-10-risks-for-apps-on-serverless-architectures/)\n- 📝 \"Serverless Sea Change\" at -- [link](https://www.infoq.com/articles/serverless-sea-change#)\n- 📝 \"Event-driven serverless architecture\" at -- [link](https://dachou.github.io/2018/10/15/event-driven-serverless.html)\n- 📝 \"Serverless Patterns\" at -- [link](https://serverless.com/blog/serverless-architecture-code-patterns/) \n\n## Open Source Frameworks, Tools and Examples\n\nMany open source resources show AWS examples, but could be implemented on GCP or Azure with some modifications.  \n\n- :octocat: Serverless Library at -- [link](https://github.com/serverless/serverless)\n- :octocat: Open FaaS at -- [link](https://github.com/openfaas/faas)\n- 📝 \"Create a REST API with serverless components\" at -- [link](https://serverless.com/blog/how-create-rest-api-serverless-components/)\n- 📝 \"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)\n- 📺 \"Serverless \u0026 Modern Agile\" at -- [link](https://www.youtube.com/watch?v=mzjhEZLTEpM)\n- 📝  \"Architectural Patterns for IoT Event-Driven Architectures\" at -- [link](https://medium.com/@prashunjaveri/architectural-patterns-for-iot-event-driven-architectures-557be35fa626)\n\n\n----\n\n### For AWS, GCP or Azure\n\nServerless patterns, tools, example architectures and more information, presented by cloud vendor.  \n\n- :octocat: AWS: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/AWS.md)\n- :octocat: GCP: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/GCP.md)\n- :octocat: Azure: see dedicated page in the Repo at -- [link](https://github.com/lynnlangit/serverless-architecture/blob/main/Azure.md)\n\n----\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynnlangit%2Fserverless-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynnlangit%2Fserverless-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynnlangit%2Fserverless-architecture/lists"}