Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,6 +1,6 @@
 :cloud: Awesome Serverless
 :cloud: Awesome Serverless
A curated list of awesome services, solutions and resources for serverless / nobackend applications.
@@ -43,10 +43,10 @@
What is "serverless" computing?
▐ The phrase “serverless” doesnt mean servers are no longer involved. It simply means that developers no longer have to think "that much" about them. Computing resources get used as services without having to 
▐ manage around physical capacities or limits.
▐ Let's take for example AWS Lambda. "Lambda allows you to NOT think about servers. Which means you no longer have to deal with over/under capacity, deployments, scaling and fault tolerance, OS or language 
▐ updates, metrics, and logging."
▐ The phrase “serverless” doesnt mean servers are no longer involved. It simply means that developers no longer have to think "that much" about them. Computing resources get used as services without having to manage around physical 
▐ capacities or limits.
▐ Let's take for example AWS Lambda. "Lambda allows you to NOT think about servers. Which means you no longer have to deal with over/under capacity, deployments, scaling and fault tolerance, OS or language updates, metrics, and 
▐ logging."
Quora: What is Serverless Computing? (https://www.quora.com/What-is-serverless-computing)
@@ -64,12 +64,11 @@
⟡ Syncano (https://syncano.io) - An all-in-one platform to create realtime apps without a server.
⟡ Hoodie (http://hood.ie) - Hoodie is a complete backend for your apps: develop your frontend code.
⟡ Para (https://paraio.com) - Flexible and lightweight backend service for rapid prototyping, based on open source software.
⟡ Parse Server (https://parseplatform.org/) - Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. You can find the source on the GitHub 
repo (https://github.com/parse-community/parse-server).
⟡ Parse Server (https://parseplatform.org/) - Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. You can find the source on the GitHub repo 
(https://github.com/parse-community/parse-server).
⟡ wolkenkit (https://www.wolkenkit.io) - wolkenkit is a CQRS and event-sourcing framework for JavaScript and Node.js which fits perfectly with domain-driven design (DDD).
⟡ Kuzzle (https://kuzzle.io) - High performance cloud agnostic backend solution including persistence, authentication, realtime database and geofencing with a full featured cluster mode.
⟡ serverless-cqrs
 (https://www.serverless-cqrs.com) - A collection tools to help you build a fully functioning backend based on the principles of CQRS, Event Sourcing, Domain Driven Design, and Onion Architecture.
⟡ serverless-cqrs (https://www.serverless-cqrs.com) - A collection tools to help you build a fully functioning backend based on the principles of CQRS, Event Sourcing, Domain Driven Design, and Onion Architecture.
⟡ ops (https://ops.city) - A free open source tool that allows anyone to build, run and deploy normal linux applications as unikernels.
Hosting and code execution in the cloud
@@ -77,8 +76,8 @@
⟡ Tau (https://github.com/taubyte/tau) - Easily Build Cloud Computing Platforms with features like Serverless WebAssembly Functions, Frontend Hosting, Object Storage, K/V Database, and Pub-Sub Messaging.
⟡ FaaStRuby (https://faastruby.io) - Serverless Software Development Platform for Ruby and Crystal developers.
⟡ AWS Lambda (https://aws.amazon.com/lambda) - Run code without thinking about servers. Pay for only the compute time you consume.
⟡ Google Cloud Functions (https://cloud.google.com/functions/docs) - Lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to cloud events
without the need to manage a server or a runtime environment.
⟡ Google Cloud Functions (https://cloud.google.com/functions/docs) - Lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to cloud events without the need to 
manage a server or a runtime environment.
⟡ MongoDB Stitch (https://www.mongodb.com/cloud/stitch) - Serverless platform from MongoDB.
⟡ Spotinst Functions (https://spotinst.com/products/spotinst-functions/) - Deploy serverless functions with our easy to use framework that launch onto the Spot Market for cheap and convenient use.
⟡ Azure Functions (https://azure.microsoft.com/en-us/services/functions) - Listen and react to events across your stack.
@@ -101,21 +100,21 @@
⟡ Stackery (https://www.stackery.io/) - Stackery enables teams of developers to design, deploy, and monitor their serverless infrastructure on cloud services providers like AWS.
⟡ Algorithmia (https://algorithmia.com/) - Automating the use of AI/ML models at every scale with the Serverless AI Layer.
⟡ TriggerMesh (https://www.triggermesh.com) - Serverless Management Platform with advanced event triggers.
⟡ Cloudflare Workers (https://www.cloudflareworkers.com) - Workers allow you to deploy Serverless apps to 165+ data centers across the globe simultaneously, along with the ability to agument or alter exsisting 
websites and APIs on the fly.
⟡ Cloudflare Workers
 (https://www.cloudflareworkers.com) - Workers allow you to deploy Serverless apps to 165+ data centers across the globe simultaneously, along with the ability to agument or alter exsisting websites and APIs on the fly.
⟡ fn (https://fnproject.io) - The container native, cloud agnostic serverless platform.
⟡ TinyFunction (https://tinyfunction.com) - Fastest way to create cloud functions. Write your function, deploy and call them from anywhere.
Isomorphic Engines
⟡ lychee.js (https://github.com/Artificial-Engineering/lycheejs) - Isomorphic adapters allow peer-to-peer event-graphed WebSockets and HTTP1.1, SPDY and HTTP2.0 sockets for node, node-sdl, html, html-nwjs and 
html-webview (both native and embedded).
⟡ lychee.js (https://github.com/Artificial-Engineering/lycheejs) - Isomorphic adapters allow peer-to-peer event-graphed WebSockets and HTTP1.1, SPDY and HTTP2.0 sockets for node, node-sdl, html, html-nwjs and html-webview (both native 
and embedded).
Frameworks
⟡ Aegis (https://github.com/tmaiaroto/aegis) - A Golang serverless application development framework for AWS with deploy tool.
⟡ Apache OpenWhisk (https://openwhisk.apache.org) - Open source and enterprise-ready serverless platform that executes functions in any language (including Docker Containers) in response to events, powering IBM 
Cloud Functions, Adobe I/O Runtime and a number of on-prem deployments worldwide.
⟡ Apache OpenWhisk (https://openwhisk.apache.org) - Open source and enterprise-ready serverless platform that executes functions in any language (including Docker Containers) in response to events, powering IBM Cloud Functions, Adobe 
I/O Runtime and a number of on-prem deployments worldwide.
⟡ Architect (http://arc.codes) - Provision and deploy from a super simple plaintext manifest.
⟡ AWS Amplify (https://aws-amplify.github.io/) - A declarative JavaScript library for application development using cloud services.
⟡ Booster (https://www.booster.cloud) - An Open Source framework for developing event-driven serverless applications with TypeScript.
@@ -127,13 +126,12 @@
⟡ DEEP (https://github.com/MitocGroup/deep-framework) - Full-stack Web Framework for Cloud-Native Applications and Platforms using Microservices Architecture.
⟡ FaasJS (https://faasjs.com) - A Node.js Serverless Application Framework.
⟡ flowbject (https://github.com/alex20465/flowbject) - A high-level library whose aim is to help with writing state-machine flows.
⟡ FunctionShield (https://github.com/puresec/FunctionShield) - A security library that equips developers with the ability to easily enforce strict security controls on AWS Lambda function runtime by addressing 3
common use cases: 1) Disable outbound internet connectivity. 2) Disable read/write on the /tmp/ directory 3) Disable child process execution.
⟡ FunctionShield (https://github.com/puresec/FunctionShield) - A security library that equips developers with the ability to easily enforce strict security controls on AWS Lambda function runtime by addressing 3 common use cases: 1) 
Disable outbound internet connectivity. 2) Disable read/write on the /tmp/ directory 3) Disable child process execution.
⟡ genezio (https://genez.io/?utm_source=awesome-serverless-github&utm_medium=website&utm_campaign=awesome-serverless) - a platform for developers to write, deploy and use a serverless API.
⟡ Gordon (https://github.com/jorgebastida/gordon) - λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation.
⟡ IronFunctions (https://github.com/iron-io/functions) - The Serverless Microservices platform.
⟡ Jets (https://rubyonjets.com) - Ruby Serverless Framework for AWS. Jets allows you to create serverless applications with a beautiful language: Ruby. It includes everything required to build an application and
deploy it to AWS Lambda.
⟡ Jets (https://rubyonjets.com) - Ruby Serverless Framework for AWS. Jets allows you to create serverless applications with a beautiful language: Ruby. It includes everything required to build an application and deploy it to AWS Lambda.
⟡ Kappa (https://github.com/garnaat/kappa) - a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda.
⟡ Laconia (http://laconiajs.io) - A microframework for building Node.js serverless applications (AWS Lambda). Create well-crafted serverless applications, effortlessly!
⟡ Lambda API (https://github.com/jeremydaly/lambda-api) - Lightweight web framework for your serverless applications.
@@ -149,17 +147,15 @@
⟡ OpenFaaS (https://www.openfaas.com) - Serverless Functions Made Simple for Docker and Kubernetes.
⟡ Pulumi (https://pulumi.io) - A cloud development platform for serverless, containers, infrastructure. Multi-cloud (and Kubernetes) and works with JS, TS, Python, Go
⟡ Python-λ (https://github.com/nficano/python-lambda) - A toolkit for developing and deploying serverless Python code in AWS Lambda.
⟡ Serverless Framework (http://www.serverless.com) - Build and maintain web, mobile and IoT applications running on AWS Lambda, Azure Cloud Functions, IBM Cloud Functions, Apache OpenWhisk, and Google Cloud 
Functions (formerly known as JAWS).
⟡ Serverless Framework
 (http://www.serverless.com) - Build and maintain web, mobile and IoT applications running on AWS Lambda, Azure Cloud Functions, IBM Cloud Functions, Apache OpenWhisk, and Google Cloud Functions (formerly known as JAWS).
⟡ Serverless Compose (https://github.com/DavidJFelix/serverless-compose) - A lightweight, functional, composable, middleware framework for AWS lambda that stays out of the way.
⟡ serverless.tf (https://serverless.tf) - A framework for developing, building, deploying, and securing serverless applications and infrastructures on AWS using Terraform (read more 
(https://github.com/antonbabenko/serverless.tf)).
⟡ serverless.tf (https://serverless.tf) - A framework for developing, building, deploying, and securing serverless applications and infrastructures on AWS using Terraform (read more (https://github.com/antonbabenko/serverless.tf)).
⟡ Shep (https://github.com/bustlelabs/shep) - A framework for building APIs using AWS API Gateway and Lambda.
⟡ Sigma (https://www.slappforge.com/sigma) - An all-in-one, browser-based IDE toolkit for drag-n-drop composing, testing and deploying of serverless applications, with fully automated configuration management.
⟡ Sparta (http://gosparta.io) - A framework that transforms a Go application into an AWS Lambda powered microservice.
⟡ Stacktape (https://stacktape.com) - DevOps-free cloud framework. Deploy lambdas, containers, databases & more to AWS with 98% less config.
⟡ SAM Local (https://github.com/awslabs/aws-sam-local) - Is the AWS CLI tool for managing Serverless applications written with AWS Serverless Application Model (SAM) 
(https://github.com/awslabs/serverless-application-model)
⟡ SAM Local (https://github.com/awslabs/aws-sam-local) - Is the AWS CLI tool for managing Serverless applications written with AWS Serverless Application Model (SAM) (https://github.com/awslabs/serverless-application-model)
⟡ Turtle (https://github.com/iopipe/turtle/) - library for building functional and actor-driven NodeJS apps on Lambda.
⟡ Zappa (https://github.com/Miserlou/Zappa) - Serverless Python WSGI with AWS Lambda + API Gateway.
⟡ λambdify (http://zhukovalexander.github.io/lambdify) - AWS Lambda automation and integration for Python
@@ -177,14 +173,13 @@
⟡ Serverless Security Top 10 Guide (https://github.com/puresec/sas-top-10) - The Ten Most Critical Risks for Serverless Applications.
⟡ AWS Lambda Security Best-Practices eBook (https://www.puresec.io/aws-lambda-security-best-practices) - An AWS Lambda security best-practices eBook
⟡ AWS Lambda Security Quick-Start Guide (https://www.puresec.io/blog/aws-lambda-security-quick-guide) - A Quick-Start guide for AWS Lambda Security
⟡ AWS Security Best Practices: Config Rules for AWS Lambda Security (https://www.puresec.io/blog/aws-security-best-practices-config-rules-lambda-security) - A guide on how to use AWS Config rules for governing 
and securing your Lambda functions, with a free set of 4 open source rules developed in SAM.
⟡ AWS Security Best Practices: Config Rules for AWS Lambda Security
 (https://www.puresec.io/blog/aws-security-best-practices-config-rules-lambda-security) - A guide on how to use AWS Config rules for governing and securing your Lambda functions, with a free set of 4 open source rules developed in SAM.
⟡ Using AWS CloudTrail to enhance your serverless application security (https://serverless.com/blog/cloudtrail-security) - A guide on how to use CloudTrail to improve AWS Lambda security posture.
⟡ OWASP ServerlessGoat (https://www.owasp.org/index.php/OWASP_Serverless_Goat) - OWASP ServerlessGoat is a deliberately insecure realistic AWS Lambda serverless application, maintained by OWASP and contributed 
by PureSec. Install ServerlessGoat and learn about the vulnerabilities, how to exploit them, and how to remediate each issue. Installation is just a 1-click through the AWS Serverless Application Repository 
⟡ OWASP ServerlessGoat (https://www.owasp.org/index.php/OWASP_Serverless_Goat) - OWASP ServerlessGoat is a deliberately insecure realistic AWS Lambda serverless application, maintained by OWASP and contributed by PureSec. Install 
ServerlessGoat and learn about the vulnerabilities, how to exploit them, and how to remediate each issue. Installation is just a 1-click through the AWS Serverless Application Repository 
(https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:761130837472:applications~serverless-goat)
⟡ Awesome-Serverless-Security
 (https://github.com/puresec/awesome-serverless-security/) - A curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.
⟡ Awesome-Serverless-Security (https://github.com/puresec/awesome-serverless-security/) - A curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.
⟡ Protego (https://www.protego.io) - your apps became serverless. Your security also need to be serverless too.
⟡ Nuweba (https://www.nuweba.com) - Unified solution for serverless security, monitoring and performance.
@@ -220,8 +215,7 @@
Optimization and Management
⟡ Epsagon (https://www.epsagon.com) - Epsagon automatically analyses your serverless application, identifies potential issues, and allows fast troubleshooting.
⟡ Sedai
 https://www.sedai.io) - Sedai autnonomously manages your serverless application, optimizing for performance and cost, remediating potential issues, and providing release intelligence on each new version.
⟡ Sedai https://www.sedai.io) - Sedai autnonomously manages your serverless application, optimizing for performance and cost, remediating potential issues, and providing release intelligence on each new version.
Authentication and authorization
@@ -232,8 +226,8 @@
⟡ MojoAuth (https://mojoauth.com) - Passwordless authentication on your web, mobile or any application in minutes.
⟡ OAuth.io (https://oauth.io/) - OAuth integration, user management, provides OAuth 2.0 layer to existing APIs.
⟡ Okta (https://developer.okta.com/) - Provides authentication, authorization, and user management, merged with Stormpath (https://stormpath.com/) in August 2017.
⟡ Serverless Authentication Boilerplate with FaunaDB (https://serverless.com/blog/faunadb-serverless-authentication/) - Single sign on using Amazon API Gateway custom authorizer to provision database access 
tokens for your Lambda functions. See TodoMVC integration in this meetup talk video. (https://fauna.com/blog/developing-serverless-authentication-and-persistence)
⟡ Serverless Authentication Boilerplate with FaunaDB (https://serverless.com/blog/faunadb-serverless-authentication/) - Single sign on using Amazon API Gateway custom authorizer to provision database access tokens for your Lambda 
functions. See TodoMVC integration in this meetup talk video. (https://fauna.com/blog/developing-serverless-authentication-and-persistence)
IAM
@@ -281,8 +275,7 @@
⟡ FormAssembly (http://www.formassembly.com/).
⟡ Getform (http://getform.io/) - Free form backend platform for your HTML forms and static websites. Provides Zapier and Webhook support and submissions API.
⟡ Google Forms (https://docs.google.com/forms/) - Create and analyze online forms and surveys.
⟡ Pageclip (https://pageclip.co/) - A Server for your HTML Forms - Collect info from users without a server—Pageclip is your server. Lead capture forms, surveys, newsletter forms, contact forms, etc. Setup any 
form in seconds.
⟡ Pageclip (https://pageclip.co/) - A Server for your HTML Forms - Collect info from users without a server—Pageclip is your server. Lead capture forms, surveys, newsletter forms, contact forms, etc. Setup any form in seconds.
⟡ Typeform (https://www.typeform.com/) - Pretty, intuitive, slick forms for almost any use.
⟡ Tectite FormMail (http://www.tectite.com/) - FormMail, form Encryption, hosted Forms.
⟡ Wufoo (http://www.wufoo.com/).
@@ -316,8 +309,7 @@
SMS sending
⟡ serverless-twilio (https://github.com/eahefnawy/serverless-twilio) - Serverless Module to send SMS via twilio.
⟡ Amazon SNS
 (https://aws.amazon.com/sns) - A flexible, fully managed pub/sub messaging and mobile notifications service (including SMS) for coordinating the delivery of messages to subscribing endpoints and clients.
⟡ Amazon SNS (https://aws.amazon.com/sns) - A flexible, fully managed pub/sub messaging and mobile notifications service (including SMS) for coordinating the delivery of messages to subscribing endpoints and clients.
Push notifications
@@ -349,8 +341,8 @@
Others
⟡ Azure Function Library (http://functionlibrary.azurewebsites.net) - An open source set of common use cases for Azure Functions that are ready to deploy!
⟡ Argonaut (https://argonaut.dev/) - Deploy apps and infrastructure on your cloud in minutes. Support for custom and third-party app deployments on Kubernetes and Lambda environments. Free tier allows unlimited 
apps and deployments for 5 environments and 2 users.
⟡ Argonaut (https://argonaut.dev/) - Deploy apps and infrastructure on your cloud in minutes. Support for custom and third-party app deployments on Kubernetes and Lambda environments. Free tier allows unlimited apps and deployments for 
5 environments and 2 users.
⟡ Backstage Functions (https://github.com/backstage/functions) - An Open Source Serverless Platform able to store and execute code maintained by Globo.com (http://www.globo.com)
⟡ remoteStorage (https://remotestorage.io) - An open protocol for per-user storage.
⟡ SCAR (https://github.com/grycap/scar) - Serverless Container-aware ARchitectures (e.g. run containers out of your Docker images in AWS Lambda).
@@ -368,8 +360,8 @@
⟡ Project Flogo (https://github.com/TIBCOSoftware/flogo) - Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
⟡ Serverless Examples (https://www.serverless.com/examples/) - A collection of boilerplates and examples of serverless architectures built with the Serverless Framework
⟡ serverless.tf playground (https://github.com/antonbabenko/serverless.tf-playground) - serverless.tf playground to show Terraform with Serverless in action.
⟡ Terraform AWS Lambda module (https://github.com/terraform-aws-modules/terraform-aws-lambda/) - Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates,
deployments) in countless combinations.
⟡ Terraform AWS Lambda module
 (https://github.com/terraform-aws-modules/terraform-aws-lambda/) - Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations.
⟡ Lambda Shim (https://github.com/ffleet/shim) - A node.js shim library to simplify Lambda function development
⟡ Mutton (https://github.com/hmngwy/mutton) - A Python shim library for better AWS Lambda Handlers
⟡ Serverless Permission Policy Generator (https://github.com/Open-SL/serverless-permission-generator) - An Online Application to generate AWS IAM permissions required for deploying a Serverless stack.
@@ -390,13 +382,10 @@
⟡ Serverlesscode (https://serverlesscode.com)
⟡ Serverless Architectures (http://martinfowler.com/articles/serverless.html)
⟡ Serverless Stack (http://serverless-stack.com/) - A step-by-step guide to creating full-stack serverless apps.
⟡ Migrating a Native JAVA REST API to a Serverless Architecture with the Lambada Framework for AWS
 (https://aws.amazon.com/blogs/compute/migrating-a-native-java-rest-api-to-a-serverless-architecture-with-the-lambada-framework-for-aws/)
⟡ Using Kotlin with AWS Lambda
 (https://medium.com/tech-travelstart/using-kotlin-in-a-serverless-architecture-with-aws-lambda-part-1-setting-up-the-project-87033790e2f4) - Using Kotlin in a serverless architecture with AWS Lambda.
⟡ Migrating a Native JAVA REST API to a Serverless Architecture with the Lambada Framework for AWS (https://aws.amazon.com/blogs/compute/migrating-a-native-java-rest-api-to-a-serverless-architecture-with-the-lambada-framework-for-aws/)
⟡ Using Kotlin with AWS Lambda (https://medium.com/tech-travelstart/using-kotlin-in-a-serverless-architecture-with-aws-lambda-part-1-setting-up-the-project-87033790e2f4) - Using Kotlin in a serverless architecture with AWS Lambda.
⟡ Serverless Architectures Security Top 10 (https://github.com/puresec/sas-top-10) - The Ten Most Critical Security Risks in Serverless Architectures.
⟡ Continuous Delivery Patterns with Serverless Applications
 (https://semaphoreci.com/blog/2018/08/22/continuous-delivery-patterns-with-serverless.html) - patterns for effective Continuous Delivery when building Serverless applications.
⟡ Continuous Delivery Patterns with Serverless Applications (https://semaphoreci.com/blog/2018/08/22/continuous-delivery-patterns-with-serverless.html) - patterns for effective Continuous Delivery when building Serverless applications.
⟡ Level up your serverless game with a GraphQL data-as-a-service layer (https://hasura.io/blog/level-up-your-serverless-game-with-a-graphql-data-as-a-service-layer/)
⟡ Serverless White Paper (https://www.unusual.vc/post/unusual-tech-serverless-white-paper) - Informative White Paper on Serverless with deep analysis by Unusual VC.
⟡ Receiving Webhooks with Netlify Functions (https://www.svix.com/blog/receive-webhooks-with-netlify-functions/) - Using Netlify's serverless functions to receive webhooks and verify the signature.
@@ -406,85 +395,73 @@
⟡ Serverless (https://leanpub.com/serverless) - Patterns of Modern Application Design Using Microservices (Amazon Web Services Edition).
⟡ Serverless Single Page Apps (https://pragprog.com/book/brapps/serverless-single-page-apps) - The Pragmatic Bookshelf.
⟡ Going Serverless (https://www.goingserverless.co/) - Practical guide to building applications with the Serverless Framework.
⟡ Serverless Architectures on AWS (https://www.manning.com/books/serverless-architectures-on-aws). Teaches you how to build, secure and manage serverless architectures that can power the most demanding web and 
mobile apps. Written by Peter Sbarski
⟡ Serverless Architectures on AWS
 (https://www.manning.com/books/serverless-architectures-on-aws). Teaches you how to build, secure and manage serverless architectures that can power the most demanding web and mobile apps. Written by Peter Sbarski
⟡ Building Serverless Architectures (https://www.amazon.co.uk/Building-Serverless-Architectures-Cagatay-Gurturk/dp/1787129195) Book about building serverless applications in JAVA.
⟡ AWS Lambda in Action (https://www.manning.com/books/aws-lambda-in-action) An example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back end.
⟡ The Pulumi Book
 (https://thepulumibook.com) - A book that shows you how to use Pulumi, an open-source infrastructure-as-code platform, to build serverless applications of all kinds using TypeScript and Amazon Web Services.
⟡ The Pulumi Book (https://thepulumibook.com) - A book that shows you how to use Pulumi, an open-source infrastructure-as-code platform, to build serverless applications of all kinds using TypeScript and Amazon Web Services.
⟡ Serverless Applications with Node.js (https://www.manning.com/books/serverless-apps-with-node-and-claudiajs) A book that walks you through building serverless apps on AWS using Node.js and Claudia.js.
⟡ Agile Development for Serverless Platforms (https://www.manning.com/books/agile-development-for-serverless-platforms) free eBook: how to apply Agile practices in fully serverless architectures.
⟡ Cloud Native Applications (https://www.manning.com/books/cloud-native-applications) free eBook: an introduction into the world of cloud computing and insights into what is possible with cloud services.
⟡ Exploring Cloud Computing (https://www.manning.com/books/exploring-cloud-computing) free eBook: an introduction to the two most popular cloud providers, Amazon and Google, and insights to help you get started.
⟡ Developing Serverless Applications - A Practical Introduction with Apache OpenWhisk
 (http://www.oreilly.com/programming/free/developing-serverless-applications.csp) free ebook focused on doing serverless with OpenWhisk.
⟡ Docker in Action, Second Edition (https://www.manning.com/books/docker-in-action-second-edition) A book that teaches you the skills and knowledge you need to create, deploy, and manage applications hosted in 
Docker containers and it has been fully updated with new examples, best practices, and entirely new chapters.
⟡ Docker in Practice, Second Edition (https://www.manning.com/books/docker-in-practice-second-edition) A book that teaches rock-solid, tested Docker techniques, enabling microservices architecture, efficient 
network modeling, offline productivity, and establishing a container-driven continuous delivery process.
⟡ Developing Serverless Applications - A Practical Introduction with Apache OpenWhisk (http://www.oreilly.com/programming/free/developing-serverless-applications.csp) free ebook focused on doing serverless with OpenWhisk.
⟡ Docker in Action, Second Edition (https://www.manning.com/books/docker-in-action-second-edition) A book that teaches you the skills and knowledge you need to create, deploy, and manage applications hosted in Docker containers and it 
has been fully updated with new examples, best practices, and entirely new chapters.
⟡ Docker in Practice, Second Edition (https://www.manning.com/books/docker-in-practice-second-edition) A book that teaches rock-solid, tested Docker techniques, enabling microservices architecture, efficient network modeling, offline 
productivity, and establishing a container-driven continuous delivery process.
⟡ Azure Serverless Computing Cookbook (https://azure.microsoft.com/en-us/resources/azure-serverless-computing-cookbook) free eBook: Learn how to build scalable, serverless apps with these easy-to-follow recipes
⟡ AI as a Service (https://www.manning.com/books/ai-as-a-service) A book that teaches you how to harness the power of cloud-based AI services and serverless computing. An engineering approach to serverless AI.
⟡ Azure Data Engineering
 (https://www.manning.com/books/azure-data-engineering) - This book teaches you to build high-capacity data analytics systems using Azure cloud services for storing, collecting and analyzing data.
⟡ Azure Data Engineering (https://www.manning.com/books/azure-data-engineering) - This book teaches you to build high-capacity data analytics systems using Azure cloud services for storing, collecting and analyzing data.
⟡ Google Cloud Platform in Action (https://www.manning.com/books/google-cloud-platform-in-action) - A book that teaches you to to deploy scalable cloud applications on Google Cloud Platform.
⟡ Cloud Native Patterns (https://www.manning.com/books/cloud-native-patterns) - A guide to developing cloud-native applications, along with the patterns, practices, and tooling that set them apart.
⟡ Cloud Native Spring in Action (https://www.manning.com/books/cloud-native-spring-in-action) - A hands-on guide to cloud native application development using Spring Boot, Spring Cloud, Docker, and Kubernetes.
⟡ Learn Azure in a Month of Lunches
 (https://www.manning.com/books/learn-azure-in-a-month-of-lunches) - A book that teaches you the foundational techniques for writing, deploying, and running cloud-based applications in Azure.
⟡ Learn Amazon Web Services in a Month of Lunches (https://www.manning.com/books/learn-amazon-web-services-in-a-month-of-lunches) - A book that guides you through the process of building a robust and secure web 
application using the core AWS services you really need to know.
⟡ Learn Azure in a Month of Lunches (https://www.manning.com/books/learn-azure-in-a-month-of-lunches) - A book that teaches you the foundational techniques for writing, deploying, and running cloud-based applications in Azure.
⟡ Learn Amazon Web Services in a Month of Lunches
 (https://www.manning.com/books/learn-amazon-web-services-in-a-month-of-lunches) - A book that guides you through the process of building a robust and secure web application using the core AWS services you really need to know.
⟡ Build a Serverless React Application (https://buttercms.com/blog/what-is-serverless-and-how-to-use-it-in-practice) - A full understanding of serverless architecture and how to use it in practice.
⟡ Learn Azure in a Month of Lunches, Second Edition (https://www.manning.com/books/learn-azure-in-a-month-of-lunches-second-edition) - In this fully updated and new edition, youll get hands-on practice with the
basics, including setting up cloud-based virtual machines, deploying web servers, and using hosted data stores.
⟡ Learn Azure in a Month of Lunches, Second Edition (https://www.manning.com/books/learn-azure-in-a-month-of-lunches-second-edition) - In this fully updated and new edition, youll get hands-on practice with the basics, including 
setting up cloud-based virtual machines, deploying web servers, and using hosted data stores.
⟡ Learn Docker in a Month of Lunches (https://www.manning.com/books/learn-docker-in-a-month-of-lunches) - A tutorial to get essential skills to use Docker in Linux, Windows, and Mac environments.
⟡ Knative in Action (https://www.manning.com/books/knative-in-action) - A book on how to build more complex and capable serverless applications with Knative.
⟡ Getting Started with Kubernetes (https://www.manning.com/books/getting-started-with-kubernetes) - A hands-on guide to Kubernetes using Google Kubernetes Engine service.
⟡ Cloud Operations (https://www.manning.com/books/cloud-operations) - A book that provides a holistic approach to CloudOps.
⟡ Serverless Machine Learning in Action
 (https://www.manning.com/books/serverless-machine-learning-in-action) - A book on how to build serverless machine learning applications on public clouds like AWS, Azure, and GCP.
⟡ Spring Microservices in Action, Second Edition (https://www.manning.com/books/spring-microservices-in-action-second-edition) - A book on how to build microservice-based applications using Java and the Spring 
platform and how to efficiently monitor and log your microservices operations.
⟡ Serverless Machine Learning in Action (https://www.manning.com/books/serverless-machine-learning-in-action) - A book on how to build serverless machine learning applications on public clouds like AWS, Azure, and GCP.
⟡ Spring Microservices in Action, Second Edition (https://www.manning.com/books/spring-microservices-in-action-second-edition) - A book on how to build microservice-based applications using Java and the Spring platform and how to 
efficiently monitor and log your microservices operations.
⟡ Spring Quickly (https://www.manning.com/books/spring-quickly) - A book that teaches you how to build professional-quality applications using Spring and Spring Boot.
⟡ Azure Data Engineering (https://www.manning.com/books/azure-data-engineering) - A book that teaches the architectural, operational, and data management techniques that power cloud-based data infrastructure 
built on the Microsoft Azure platform
⟡ Azure Data Engineering
 (https://www.manning.com/books/azure-data-engineering) - A book that teaches the architectural, operational, and data management techniques that power cloud-based data infrastructure built on the Microsoft Azure platform
⟡ AWS Security (https://www.manning.com/books/aws-security) - A guide to solving common AWS security issues.
⟡ Kubernetes Native Microservices with Quarkus, and MicroProfile (https://www.manning.com/books/kubernetes-native-microservices-with-quarkus-and-microprofile) - An introduction to a modern approach to enterprise
Java development using new tools designed for cloud-native applications.
⟡ Kubernetes Native Microservices with Quarkus, and MicroProfile
 (https://www.manning.com/books/kubernetes-native-microservices-with-quarkus-and-microprofile) - An introduction to a modern approach to enterprise Java development using new tools designed for cloud-native applications.
⟡ Pipeline as Code (https://www.manning.com/books/pipeline-as-code) - A hands-on experience on how to build CI/CD pipelines with Jenkins for cloud-native applications (including Serverless apps).
⟡ Serverless Security (https://ServerlessSecurityBook.com) - An Apress book that discusses serverless security on AWS, Azure and Google Cloud.
⟡ Azure Infrastructure as Code (https://www.manning.com/books/azure-infrastructure-as-code) - Master ARM templates, Bicep scripting, and other Azure Infrastructure-as-Code tools, techniques, and practices to run
application infrastructure on the Azure cloud.
⟡ Securing Kubernetes Secrets
 (https://www.manning.com/books/securing-kubernetes-secrets) - Securing Kubernetes Secrets is a compact hands-on guide to storing and protecting sensitive data in a Kubernetes environment.
⟡ Azure Infrastructure as Code
 (https://www.manning.com/books/azure-infrastructure-as-code) - Master ARM templates, Bicep scripting, and other Azure Infrastructure-as-Code tools, techniques, and practices to run application infrastructure on the Azure cloud.
⟡ Securing Kubernetes Secrets (https://www.manning.com/books/securing-kubernetes-secrets) - Securing Kubernetes Secrets is a compact hands-on guide to storing and protecting sensitive data in a Kubernetes environment.
⟡ Kubernets on Windows (https://www.manning.com/books/kubernetes-on-windows) - Guide to successfully running windows and .NET applications on a Kubernetes cluster.
⟡ Serverless Architectures on AWS, Second Edition
 (https://www.manning.com/books/serverless-architectures-on-aws-second-edition) - Book that teaches you how to design, secure and manage serverless backends that can power the most demanding web and mobile apps.
⟡ Designing Cloud Data Platforms
 (https://www.manning.com/books/designing-cloud-data-platforms) - A hands-on guide to envisioning and designing a modern scalable data platform that takes full advantage of the flexibility of the cloud.
⟡ Designing Cloud Data Platforms (https://www.manning.com/books/designing-cloud-data-platforms) - A hands-on guide to envisioning and designing a modern scalable data platform that takes full advantage of the flexibility of the cloud.
⟡ Terraform in Action (https://www.manning.com/books/terraform-in-action) - Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach.
⟡ Securing Cloud Applications
 (https://www.manning.com/books/securing-cloud-applications) - This book demonstrates effective real-world practices to keep your cloud and Kubernetes-deployed applications safe and sound.
⟡ Securing Cloud Applications (https://www.manning.com/books/securing-cloud-applications) - This book demonstrates effective real-world practices to keep your cloud and Kubernetes-deployed applications safe and sound.
⟡ Google Anthos in Action (https://www.manning.com/books/google-anthos-in-action) - A book about Google Anthos created by the Google development team.
⟡ Kubernetes in Action, Second Edition
 (https://www.manning.com/books/kubernetes-in-action-second-edition) - A fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment.
⟡ Cloud Observability in Action (https://www.manning.com/books/cloud-observability-in-action) - A book that teaches you how to set up an observability system that learns from a cloud applications signals, 
logging, and monitoring using free and open source tools.
⟡ Kubernetes in Action, Second Edition (https://www.manning.com/books/kubernetes-in-action-second-edition) - A fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment.
⟡ Cloud Observability in Action
 (https://www.manning.com/books/cloud-observability-in-action) - A book that teaches you how to set up an observability system that learns from a cloud applications signals, logging, and monitoring using free and open source tools.
⟡ Podman in Action (https://www.manning.com/books/podman-in-action) - A book about developing and managing rootless containers using Podman.
Courses
⟡ Serverless JavaScript by Example (https://www.packtpub.com/web-development/serverless-javascript-example-video) - Become dexterous with live demonstrations on serverless web development.
⟡ AWS Lambda in Motion
 (https://www.manning.com/livevideo/aws-lambda-in-motion) - An example-driven tutorial that focuses on helping you understand and tackle the operational challenges with running AWS Lambda in production.
⟡ Serverless Applications with AWS
 (https://www.manning.com/livevideo/serverless-applications-with-AWS) - Serverless Applications with AWS teaches you to build serverless applications using AWS Lambda and other cloud-based services.
⟡ AWS Lambda in Motion (https://www.manning.com/livevideo/aws-lambda-in-motion) - An example-driven tutorial that focuses on helping you understand and tackle the operational challenges with running AWS Lambda in production.
⟡ Serverless Applications with AWS (https://www.manning.com/livevideo/serverless-applications-with-AWS) - Serverless Applications with AWS teaches you to build serverless applications using AWS Lambda and other cloud-based services.
⟡ Serverless-stack (https://serverless-stack.com) - Learn to Build complete Full-Stack Apps with Serverless and React on AWS.
⟡ Develop a Serverless Backend using Node.js on AWS Lambda
 (https://egghead.io/courses/develop-a-serverless-backend-using-node-js-on-aws-lambda) - Learn how to create a serverless API and connecting it to DynamoDB using leveraging Lambda's new async/await syntax
⟡ AWS in Motion
 (https://www.manning.com/livevideo/aws-in-motion) - A liveVideo course that guides you through your first steps of deploying a web application on AWS, teaching you the basics of the AWS ecosystem.
⟡ Production-Ready Serverless (https://www.manning.com/livevideo/production-ready-serverless) - This liveVideo teaches you how to build applications that take advantage of AWS Lambda and other AWS platform 
features like API Gateway and Kinesis.
⟡ AWS in Motion (https://www.manning.com/livevideo/aws-in-motion) - A liveVideo course that guides you through your first steps of deploying a web application on AWS, teaching you the basics of the AWS ecosystem.
⟡ Production-Ready Serverless
 (https://www.manning.com/livevideo/production-ready-serverless) - This liveVideo teaches you how to build applications that take advantage of AWS Lambda and other AWS platform features like API Gateway and Kinesis.
Workshops