1209 lines
62 KiB
HTML
1209 lines
62 KiB
HTML
<p><img src="http://i.imgur.com/zq0LJAl.png" align="right" height=300></p>
|
||
<h1 id="cloud-awesome-serverless">:cloud: Awesome Serverless</h1>
|
||
<p>A curated list of awesome services, solutions and resources for
|
||
serverless / nobackend applications.</p>
|
||
<p><strong><em>“No server is easier to manage than no
|
||
server”</em></strong></p>
|
||
<h2 id="table-of-contents">Table of contents</h2>
|
||
<ul>
|
||
<li><a href="#what-is-serverless-computing">What is “serverless”
|
||
computing?</a></li>
|
||
<li><a href="#all-in-one-solutions">All in one solutions</a></li>
|
||
<li><a href="#hosting-and-code-execution-in-the-cloud">Hosting and code
|
||
execution in the cloud</a></li>
|
||
<li><a href="#isomorphic-engines">Isomorphic Engines</a></li>
|
||
<li><a href="#frameworks">Frameworks</a></li>
|
||
<li><a href="#security">Security</a></li>
|
||
<li><a href="#cicd">CI/CD</a></li>
|
||
<li><a href="#cost-calculators">Cost calculators</a></li>
|
||
<li><a href="#logging--monitoring--performance--tracing">Logging /
|
||
Monitoring / Performance / Tracing</a></li>
|
||
<li><a href="#authentication-and-authorization">Authentication and
|
||
authorization</a></li>
|
||
<li><a href="#iam">IAM</a></li>
|
||
<li><a href="#payments">Payments</a></li>
|
||
<li><a href="#ecommerce">eCommerce</a></li>
|
||
<li><a href="#content-management-systems">Content Management
|
||
Systems</a></li>
|
||
<li><a href="#forms">Forms</a></li>
|
||
<li><a href="#media-management-and-file-storage">Media management and
|
||
File storage</a></li>
|
||
<li><a href="#realtime">Realtime</a></li>
|
||
<li><a href="#scheduling">Scheduling</a></li>
|
||
<li><a href="#email-sending-subscriptions-and-newsletters">Email
|
||
sending, subscriptions and newsletters</a></li>
|
||
<li><a href="#sms-sending">SMS sending</a></li>
|
||
<li><a href="#push-notifications">Push notifications</a></li>
|
||
<li><a href="#databases">Databases</a></li>
|
||
<li><a href="#others">Others</a></li>
|
||
<li><a href="#related-articles">Related articles</a></li>
|
||
<li><a href="#books">Books</a></li>
|
||
<li><a href="#courses">Courses</a></li>
|
||
<li><a href="#workshops">Workshops</a></li>
|
||
<li><a href="#newsletters">Newsletters</a></li>
|
||
<li><a href="#aws-reinvent-videos">AWS re:Invent videos</a></li>
|
||
<li><a href="#videos-from-conferences">Videos from conferences</a></li>
|
||
<li><a href="#contributing">Contributing</a></li>
|
||
<li><a href="#license">License</a></li>
|
||
</ul>
|
||
<h2 id="what-is-serverless-computing">What is “serverless”
|
||
computing?</h2>
|
||
<blockquote>
|
||
<p>The phrase “serverless” doesn’t 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.”</p>
|
||
</blockquote>
|
||
<p><a href="https://www.quora.com/What-is-serverless-computing">Quora:
|
||
What is Serverless Computing?</a></p>
|
||
<h2 id="all-in-one-solutions">All in one solutions</h2>
|
||
<ul>
|
||
<li><a href="https://appdrag.com">AppDrag</a> - Cloud Backend with SQL
|
||
database and serverless API builder, Cloud CMS with domain management
|
||
and email marketing tools</li>
|
||
<li><a href="https://www.firebase.com">Firebase</a> - Realtime database,
|
||
authentication, hosting. A powerful platform for your mobile or web
|
||
application.</li>
|
||
<li><a href="https://github.com/KlothoPlatform/klotho">Klotho</a> -
|
||
Serverless-enabled Infrastructure-from-Code tool that transforms plain
|
||
code into cloud native code.</li>
|
||
<li><a href="https://www.back4app.com">Back4App</a> - A Backend as a
|
||
Service platform powered by Parse Open Source which you can use to build
|
||
your app faster, host it with no hassles and keep full control over your
|
||
Backend.</li>
|
||
<li><a href="https://leancloud.app">LeanCloud</a> - Serverless cloud for
|
||
lightning-fast development.</li>
|
||
<li><a href="https://nitric.io">Nitric</a> - An Open Source framework
|
||
for rapidly building serverless applications.</li>
|
||
<li><a href="https://backendless.com">Backendless</a> - Realtime
|
||
database, authentication, hosting.</li>
|
||
<li><a href="http://www.kinvey.com">Kinvey</a> - Build your digital
|
||
business faster with mobile Backend as a Service.</li>
|
||
<li><a href="https://github.com/brexhq/substation">Substation</a> -
|
||
Substation is a cloud native data pipeline and transformation toolkit
|
||
written in Go.</li>
|
||
<li><a href="https://syncano.io">Syncano</a> - An all-in-one platform to
|
||
create realtime apps without a server.</li>
|
||
<li><a href="http://hood.ie">Hoodie</a> - Hoodie is a complete backend
|
||
for your apps: develop your frontend code.</li>
|
||
<li><a href="https://paraio.com">Para</a> - Flexible and lightweight
|
||
backend service for rapid prototyping, based on open source
|
||
software.</li>
|
||
<li><a href="https://parseplatform.org/">Parse Server</a> - 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
|
||
<a href="https://github.com/parse-community/parse-server">GitHub
|
||
repo</a>.</li>
|
||
<li><a href="https://www.wolkenkit.io">wolkenkit</a> - wolkenkit is a
|
||
CQRS and event-sourcing framework for JavaScript and Node.js which fits
|
||
perfectly with domain-driven design (DDD).</li>
|
||
<li><a href="https://kuzzle.io">Kuzzle</a> - High performance cloud
|
||
agnostic backend solution including persistence, authentication,
|
||
realtime database and geofencing with a full featured cluster mode.</li>
|
||
<li><a href="https://www.serverless-cqrs.com">serverless-cqrs</a> - 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.</li>
|
||
<li><a href="https://ops.city">ops</a> - A free open source tool that
|
||
allows anyone to build, run and deploy normal linux applications as
|
||
unikernels.</li>
|
||
<li><a href="https://codehooks.io">codehooks.io</a> - A modern,
|
||
lightweight serverless backend platform tailored for building
|
||
data-powered APIs fast using JavaScript/TypeScript and NoSQL. Free
|
||
plan.</li>
|
||
</ul>
|
||
<h2 id="hosting-and-code-execution-in-the-cloud">Hosting and code
|
||
execution in the cloud</h2>
|
||
<ul>
|
||
<li><a href="https://github.com/taubyte/tau">Tau</a> - Easily Build
|
||
Cloud Computing Platforms with features like Serverless WebAssembly
|
||
Functions, Frontend Hosting, Object Storage, K/V Database, and Pub-Sub
|
||
Messaging.</li>
|
||
<li><a href="https://faastruby.io">FaaStRuby</a> - Serverless Software
|
||
Development Platform for Ruby and Crystal developers.</li>
|
||
<li><a href="https://aws.amazon.com/lambda">AWS Lambda</a> - Run code
|
||
without thinking about servers. Pay for only the compute time you
|
||
consume.</li>
|
||
<li><a href="https://cloud.google.com/functions/docs">Google Cloud
|
||
Functions</a> - 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.</li>
|
||
<li><a href="https://www.mongodb.com/cloud/stitch">MongoDB Stitch</a> -
|
||
Serverless platform from MongoDB.</li>
|
||
<li><a href="https://spotinst.com/products/spotinst-functions/">Spotinst
|
||
Functions</a> - Deploy serverless functions with our easy to use
|
||
framework that launch onto the Spot Market for cheap and convenient
|
||
use.</li>
|
||
<li><a href="https://azure.microsoft.com/en-us/services/functions">Azure
|
||
Functions</a> - Listen and react to events across your stack.</li>
|
||
<li><a href="http://fission.io">Fission</a> - Fast, extensible, open
|
||
source serverless functions on any Kubernetes cluster</li>
|
||
<li><a href="https://console.bluemix.net/openwhisk/">IBM Cloud
|
||
Functions</a> - Distributed compute service to execute application logic
|
||
in response to events.</li>
|
||
<li><a href="https://knative.dev/">Knative</a> - Kubernetes-based
|
||
platform to build, deploy, and manage modern serverless workloads</li>
|
||
<li><a href="https://kubeless.io/">Kubeless</a> - is a Kubernetes-native
|
||
serverless solution.</li>
|
||
<li><a href="https://www.iron.io/platform/ironworker">iron.io</a> -
|
||
Isolates code and dependencies of individual tasks so they can be
|
||
processed on demand.</li>
|
||
<li><a href="https://weblab.io">weblab.io</a> - Microservices at your
|
||
fingertips.</li>
|
||
<li><a href="https://www.peer5.com">Peer5</a> - The serverless CDN.
|
||
Limitless, affordable video delivery. More traffic means a stronger
|
||
network.</li>
|
||
<li><a href="https://stdlib.com">StdLib</a> - Function as a service
|
||
library and platform.</li>
|
||
<li><a href="https://www.webscript.io">Webscripts</a>~~ - Scripting on
|
||
the web. (Shutting down December 15, 2017)</li>
|
||
<li><a href="http://surge.sh">Surge</a> - Deploy static sites from the
|
||
command line.</li>
|
||
<li><a href="https://netlify.com">Netlify</a> - All-in-one platform for
|
||
automating modern web projects. Build and host static sites, deploy AWS
|
||
lambda functions, and more, all from git repositories.</li>
|
||
<li><a href="https://www.aerobatic.com">Aerobatic</a> - Deploy static
|
||
sites from the command line with plugins including password protection,
|
||
CORS proxy, and <a
|
||
href="https://www.aerobatic.com/docs/plugins">more</a>.</li>
|
||
<li><a href="https://github.com/siscia/effe">Effe</a> - a simple Open
|
||
Source building block to emulate AWS Lambda.</li>
|
||
<li><a href="https://vercel.com">Vercel</a> - Build and deploy 40
|
||
different web frameworks with zero configuration along with Node.js,
|
||
Python, Go, and Ruby Serverless Functions</li>
|
||
<li><a href="https://opencomponents.github.io">OpenComponents</a> -
|
||
Serverless microservices for front-end components.</li>
|
||
<li><a href="https://github.com/openfaas/openfaas-cloud">OpenFaaS
|
||
Cloud</a> - OpenFaaS Cloud: multi-user serverless functions driven by
|
||
git.</li>
|
||
<li><a href="https://www.stackery.io/">Stackery</a> - Stackery enables
|
||
teams of developers to design, deploy, and monitor their serverless
|
||
infrastructure on cloud services providers like AWS.</li>
|
||
<li><a href="https://algorithmia.com/">Algorithmia</a> - Automating the
|
||
use of AI/ML models at every scale with the Serverless AI Layer.</li>
|
||
<li><a href="https://www.triggermesh.com">TriggerMesh</a> - Serverless
|
||
Management Platform with advanced event triggers.</li>
|
||
<li><a href="https://www.cloudflareworkers.com">Cloudflare Workers</a> -
|
||
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.</li>
|
||
<li><a href="https://fnproject.io">fn</a> - The container native, cloud
|
||
agnostic serverless platform.</li>
|
||
<li><a href="https://tinyfunction.com">TinyFunction</a> - Fastest way to
|
||
create cloud functions. Write your function, deploy and call them from
|
||
anywhere.</li>
|
||
<li><a href="https://cycle.io">Cycle.io</a> - A Devops platform with
|
||
integrated serverless-like functionality, alongside other DevOps
|
||
features like container orchestration, load-balancing, monitoring and
|
||
more.</li>
|
||
</ul>
|
||
<h2 id="isomorphic-engines">Isomorphic Engines</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/Artificial-Engineering/lycheejs">lychee.js</a>
|
||
- 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).</li>
|
||
</ul>
|
||
<h2 id="frameworks">Frameworks</h2>
|
||
<ul>
|
||
<li><a href="https://github.com/tmaiaroto/aegis">Aegis</a> - A Golang
|
||
serverless application development framework for AWS with deploy
|
||
tool.</li>
|
||
<li><a href="https://openwhisk.apache.org">Apache OpenWhisk</a> - 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.</li>
|
||
<li><a href="http://arc.codes">Architect</a> - Provision and deploy from
|
||
a super simple plaintext manifest.</li>
|
||
<li><a href="https://aws-amplify.github.io/">AWS Amplify</a> - A
|
||
declarative JavaScript library for application development using cloud
|
||
services.</li>
|
||
<li><a href="https://www.booster.cloud">Booster</a> - An Open Source
|
||
framework for developing event-driven serverless applications with
|
||
TypeScript.</li>
|
||
<li><a href="https://github.com/IBM/browser-functions">Browser
|
||
Functions</a> - A lightweight serverless platform that uses Web Browsers
|
||
as execution engines.</li>
|
||
<li><a href="https://up.docs.apex.sh/">Up</a> - Deploy infinitely
|
||
scalable serverless apps, apis, and sites in seconds.</li>
|
||
<li><a href="https://github.com/awslabs/chalice">Chalice</a> - Python
|
||
serverless microframework from Amazon for AWS lambda.</li>
|
||
<li><a href="https://github.com/thestackshack/cim">CIM</a> - A
|
||
CloudFormation first approach to AWS Lambdas.</li>
|
||
<li><a href="https://github.com/claudiajs/claudia">ClaudiaJS</a> -
|
||
Deploy Node.js microservices to AWS easily.</li>
|
||
<li><a href="https://github.com/MitocGroup/deep-framework">DEEP</a> -
|
||
Full-stack Web Framework for Cloud-Native Applications and Platforms
|
||
using Microservices Architecture.</li>
|
||
<li><a href="https://faasjs.com">FaasJS</a> - A Node.js Serverless
|
||
Application Framework.</li>
|
||
<li><a href="https://github.com/alex20465/flowbject">flowbject</a> - A
|
||
high-level library whose aim is to help with writing state-machine
|
||
flows.</li>
|
||
<li><a
|
||
href="https://github.com/puresec/FunctionShield">FunctionShield</a> - 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.</li>
|
||
<li><a
|
||
href="https://genez.io/?utm_source=awesome-serverless-github&utm_medium=website&utm_campaign=awesome-serverless">genezio</a>
|
||
- a platform for developers to write, deploy and use a serverless
|
||
API.</li>
|
||
<li><a href="https://github.com/jorgebastida/gordon">Gordon</a> - λ
|
||
Gordon is a tool to create, wire and deploy AWS Lambdas using
|
||
CloudFormation.</li>
|
||
<li><a href="https://github.com/iron-io/functions">IronFunctions</a> -
|
||
The Serverless Microservices platform.</li>
|
||
<li><a href="https://rubyonjets.com">Jets</a> - 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.</li>
|
||
<li><a href="https://github.com/garnaat/kappa">Kappa</a> - a command
|
||
line tool that (hopefully) makes it easier to deploy, update, and test
|
||
functions for AWS Lambda.</li>
|
||
<li><a href="http://laconiajs.io">Laconia</a> - A microframework for
|
||
building Node.js serverless applications (AWS Lambda). Create
|
||
well-crafted serverless applications, effortlessly!</li>
|
||
<li><a href="https://github.com/jeremydaly/lambda-api">Lambda API</a> -
|
||
Lightweight web framework for your serverless applications.</li>
|
||
<li><a href="https://github.com/tdsis/lambda-forest">Lambda Forest</a> -
|
||
Microframework that makes it easier to develop REST API’s using AWS
|
||
Lambda Function and API Gateway.</li>
|
||
<li><a
|
||
href="https://github.com/lambadaframework/lambadaframework">Lambada
|
||
Framework</a> - JAX-RS implementation for AWS Lambda.</li>
|
||
<li><a
|
||
href="https://github.com/kksharma1618/lambda-restify">lambda-restify</a>
|
||
- A restify/expressjs like interface for aws lamda with api gateway
|
||
event.</li>
|
||
<li><a href="https://github.com/kubek2k/lambdoku">Lambdoku</a> -
|
||
Heroku-like experience when using AWS Lambda.</li>
|
||
<li><a href="https://github.com/ebridges/lgw">lgw</a> - Simply &
|
||
easily configure an AWS Gateway & domain name in front of a
|
||
Lambda.</li>
|
||
<li><a href="https://github.com/CloudSnorkel/lovage">Lovage</a> -
|
||
Python-only serverless framework that’s more RPC-like and less HTTP
|
||
service oriented.</li>
|
||
<li><a href="https://github.com/mantil-io/mantil">Mantil</a> - Golang
|
||
serverless development kit for AWS Lambda. Tool for developers that
|
||
removes ops work for them, not just another infrastructure tool.</li>
|
||
<li><a href="https://middy.js.org/">middy</a> - Node.js middleware
|
||
engine for AWS Lambda.</li>
|
||
<li><a href="https://modofun.js.org">modofun</a> - A lightweight
|
||
no-dependencies function router for both AWS Lambda and Google Cloud
|
||
Functions, and that supports Connect/Express middleware.</li>
|
||
<li><a href="https://www.openfaas.com">OpenFaaS</a> - Serverless
|
||
Functions Made Simple for Docker and Kubernetes.</li>
|
||
<li><a href="https://pulumi.io">Pulumi</a> - A cloud development
|
||
platform for serverless, containers, infrastructure. Multi-cloud (and
|
||
Kubernetes) and works with JS, TS, Python, Go</li>
|
||
<li><a href="https://github.com/nficano/python-lambda">Python-λ</a> - A
|
||
toolkit for developing and deploying serverless Python code in AWS
|
||
Lambda.</li>
|
||
<li><a href="http://www.serverless.com">Serverless Framework</a> - 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).</li>
|
||
<li><a
|
||
href="https://github.com/DavidJFelix/serverless-compose">Serverless
|
||
Compose</a> - A lightweight, functional, composable, middleware
|
||
framework for AWS lambda that stays out of the way.</li>
|
||
<li><a href="https://serverless.tf">serverless.tf</a> - A framework for
|
||
developing, building, deploying, and securing serverless applications
|
||
and infrastructures on AWS using Terraform (<a
|
||
href="https://github.com/antonbabenko/serverless.tf">read
|
||
more</a>).</li>
|
||
<li><a href="https://github.com/bustlelabs/shep">Shep</a> - A framework
|
||
for building APIs using AWS API Gateway and Lambda.</li>
|
||
<li><a href="https://www.slappforge.com/sigma">Sigma</a> - An
|
||
all-in-one, browser-based IDE toolkit for drag-n-drop composing, testing
|
||
and deploying of serverless applications, with fully automated
|
||
configuration management.</li>
|
||
<li><a href="http://gosparta.io">Sparta</a> - A framework that
|
||
transforms a Go application into an AWS Lambda powered
|
||
microservice.</li>
|
||
<li><a href="https://stacktape.com">Stacktape</a> - DevOps-free cloud
|
||
framework. Deploy lambdas, containers, databases & more to AWS with
|
||
98% less config.</li>
|
||
<li><a href="https://github.com/awslabs/aws-sam-local">SAM Local</a> -
|
||
Is the AWS CLI tool for managing Serverless applications written with <a
|
||
href="https://github.com/awslabs/serverless-application-model">AWS
|
||
Serverless Application Model (SAM)</a></li>
|
||
<li><a href="https://github.com/iopipe/turtle/">Turtle</a> - library for
|
||
building functional and actor-driven NodeJS apps on Lambda.</li>
|
||
<li><a href="https://github.com/Miserlou/Zappa">Zappa</a> - Serverless
|
||
Python WSGI with AWS Lambda + API Gateway.</li>
|
||
<li><a href="http://zhukovalexander.github.io/lambdify">λambdify</a> -
|
||
AWS Lambda automation and integration for Python</li>
|
||
<li><a href="https://squeezer.io">Squeezer Framework</a> - Event-driven
|
||
APIs & Web apps on microservices, serverless.</li>
|
||
<li><a
|
||
href="https://github.com/spring-cloud/spring-cloud-function">Spring
|
||
Cloud Function</a> - Java framework for doing Functions using Spring
|
||
ecosystem.</li>
|
||
<li><a href="https://github.com/fission/fission-workflows">Fission
|
||
Workflows</a> - Fast workflow-based function composition for serverless
|
||
functions.</li>
|
||
<li><a
|
||
href="https://github.com/yvele/azure-function-express">azure-functions-express</a>
|
||
- Allows Express.js usage with Azure Functions.</li>
|
||
<li><a href="https://projectriff.io/">Riff</a> - Kubernetes based
|
||
serverless framework supporting multiple languages.</li>
|
||
<li><a href="https://fuseless.org/">FuseLess</a> - toolkit for running
|
||
functions written in CFML (ColdFusion Markup Language) on AWS
|
||
Lambda.</li>
|
||
<li><a href="https://dropfaas.com/">DropFaaS</a> - Serverless framework
|
||
for running functions written in any languages.</li>
|
||
</ul>
|
||
<h2 id="security">Security</h2>
|
||
<ul>
|
||
<li><a href="https://www.puresec.io">PureSec</a> - Enabling Secure and
|
||
Reliable Serverless Applications.</li>
|
||
<li><a href="https://github.com/puresec/sas-top-10">Serverless Security
|
||
Top 10 Guide</a> - The Ten Most Critical Risks for Serverless
|
||
Applications.</li>
|
||
<li><a
|
||
href="https://www.puresec.io/aws-lambda-security-best-practices">AWS
|
||
Lambda Security Best-Practices eBook</a> - An AWS Lambda security
|
||
best-practices eBook</li>
|
||
<li><a
|
||
href="https://www.puresec.io/blog/aws-lambda-security-quick-guide">AWS
|
||
Lambda Security Quick-Start Guide</a> - A Quick-Start guide for AWS
|
||
Lambda Security</li>
|
||
<li><a
|
||
href="https://www.puresec.io/blog/aws-security-best-practices-config-rules-lambda-security">AWS
|
||
Security Best Practices: Config Rules for AWS Lambda Security</a> - 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.</li>
|
||
<li><a href="https://serverless.com/blog/cloudtrail-security">Using AWS
|
||
CloudTrail to enhance your serverless application security</a> - A guide
|
||
on how to use CloudTrail to improve AWS Lambda security posture.</li>
|
||
<li><a
|
||
href="https://www.owasp.org/index.php/OWASP_Serverless_Goat">OWASP
|
||
ServerlessGoat</a> - 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 <a
|
||
href="https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:761130837472:applications~serverless-goat">AWS
|
||
Serverless Application Repository</a></li>
|
||
<li><a
|
||
href="https://github.com/puresec/awesome-serverless-security/">Awesome-Serverless-Security</a>
|
||
- A curated list of awesome serverless security resources such as
|
||
(e)books, articles, whitepapers, blogs and research papers.</li>
|
||
<li><a href="https://www.protego.io">Protego</a> - your apps became
|
||
serverless. Your security also need to be serverless too.</li>
|
||
<li><a href="https://www.nuweba.com">Nuweba</a> - Unified solution for
|
||
serverless security, monitoring and performance.</li>
|
||
</ul>
|
||
<h2 id="cicd">CI/CD</h2>
|
||
<ul>
|
||
<li><a href="https://seed.run">seed.run</a> - Seed manages pipelines,
|
||
configures environments, and monitors deployments for Serverless
|
||
Framework projects.</li>
|
||
<li><a href="https://github.com/automatictester/lambda-test-runner">AWS
|
||
Lambda Test Runner</a> - Run your unit tests with Maven or SBT directly
|
||
on AWS Lambda.</li>
|
||
<li><a href="https://github.com/lambci/lambci">LambCI</a> - A continuous
|
||
integration system built on AWS Lambda</li>
|
||
<li><a href="https://www.serverless.com/pro/">Serverless Framework
|
||
Pro</a> - Serverless Framework Pro provides CI/CD, troubleshooting and
|
||
monitoring for serverless applications</li>
|
||
<li><a
|
||
href="https://docs.stackery.io/docs/using-stackery/verification-pipeline/">Stackery
|
||
CICD</a> - Stackery Verification and Deployment Pipelines</li>
|
||
</ul>
|
||
<h2 id="cost-calculators">Cost calculators</h2>
|
||
<ul>
|
||
<li><a href="http://serverlesscalc.com">serverlesscalc</a> - Calculating
|
||
cost for AWS Lambda, Azure Functions, Google Cloud Functions, and IBM
|
||
Cloud Functions.</li>
|
||
<li><a href="https://servers.lol">servers.lol</a> - calculator to decide
|
||
Lambda vs EC2.</li>
|
||
</ul>
|
||
<h2
|
||
id="observability-tools-logging-monitoring-performance-tracing">Observability
|
||
Tools (Logging / Monitoring / Performance / Tracing)</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/kachkaev/aws-iot-button-logger-to-git/">AWS IoT
|
||
Button logger to git</a> - A simple and customisable AWS Lambda function
|
||
that logs events from IoT devices into a git repository of your
|
||
choice.</li>
|
||
<li><a href="https://aws.amazon.com/xray/">AWS Xray</a> - Analyze and
|
||
debug production, distributed applications.</li>
|
||
<li><a href="https://axiom.co/">Axiom</a> - Serverless first logging
|
||
with a generous free tier.</li>
|
||
<li><a href="https://www.dashbird.io">Dashbird</a> - Performance
|
||
Tracking and Error Alerting for serverless applications.</li>
|
||
<li><a href="https://functionmetric.com">functionmetric</a> - Unlimited
|
||
AWS Lambda monitoring via a self hosted CloudFormation template. All
|
||
metrics and logs remain in your own AWS account.</li>
|
||
<li><a href="https://newrelic.com/products/serverless-aws-lambda">New
|
||
Relic</a> - Monitor, visualize, troubleshoot, and alert on all your AWS
|
||
Lambda functions.</li>
|
||
<li><a href="https://www.thundra.io">Thundra</a> - Thundra brings
|
||
observability into your AWS Lambda functions by bringing metrics, logs,
|
||
distributed tracing, and alerting together.</li>
|
||
<li><a href="https://www.epsagon.com">Epsagon</a> - Epsagon
|
||
automatically analyses your serverless application, identifies potential
|
||
issues, and allows fast troubleshooting.</li>
|
||
<li><a href="https://www.srvrlss.io/blog/lambda-live-debugger/">Lambda
|
||
Live Debugger</a> - Real-time debugging tool for AWS Lambda functions,
|
||
enabling live troubleshooting and observability without redeployment
|
||
delays. Streamline your serverless development and catch issues as they
|
||
happen.</li>
|
||
<li><a href="https://www.lumigo.io">Lumigo</a> - Lumigo provides a
|
||
visual debugging platform for serverless monitoring, tracing and
|
||
troubleshooting (Free tier available).</li>
|
||
<li><a
|
||
href="https://github.com/ccverak/serverless-es-logger">serverless-es-logger</a>
|
||
- serverless-es-logger is a package which allows you to send logs
|
||
directly to Elasticsearch.</li>
|
||
<li><a href="https://www.serverless.com/pro/">Serverless Framework
|
||
Pro</a> - Serverless Framework Pro give you detailed invocation/request
|
||
troubleshooting and monitoring tools for serverless applications</li>
|
||
<li><a href="https://github.com/fourTheorem/slic-watch">SLIC Watch</a> -
|
||
Automatic alarms and dashboards for Lambda, Kinesis and more AWS
|
||
services.</li>
|
||
<li><a
|
||
href="https://github.com/Theodo-UK/sls-dev-tools">sls-dev-tools</a> - In
|
||
terminal developer dashboard for AWS Serverless architectures. <em>(Does
|
||
not replace your framework or logging/monitoring, it’s used in
|
||
addition)</em></li>
|
||
<li><a href="https://www.sensedeep.com">SenseDeep</a> - SenseDeep
|
||
serverless developer studio helps to quickly diagnose, debug and deliver
|
||
reliable serverless apps.</li>
|
||
</ul>
|
||
<h2 id="optimization-and-management">Optimization and Management</h2>
|
||
<ul>
|
||
<li><a href="https://www.epsagon.com">Epsagon</a> - Epsagon
|
||
automatically analyses your serverless application, identifies potential
|
||
issues, and allows fast troubleshooting.</li>
|
||
<li>[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.</li>
|
||
</ul>
|
||
<h2 id="authentication-and-authorization">Authentication and
|
||
authorization</h2>
|
||
<ul>
|
||
<li><a href="https://auth0.com">Auth0</a> - Single Sign On & Token
|
||
Based Authentication.</li>
|
||
<li><a href="https://aws.amazon.com/cognito/">Amazon Cognito</a> -
|
||
Amazon Cognito lets you easily add user sign-up and sign-in to your
|
||
mobile and web apps.</li>
|
||
<li><a href="https://www.dailycred.com/">DailyCred</a> - Registration,
|
||
user management, single-sign-on.</li>
|
||
<li><a href="https://firebase.com/">Firebase</a>.</li>
|
||
<li><a href="https://mojoauth.com">MojoAuth</a> - Passwordless
|
||
authentication on your web, mobile or any application in minutes.</li>
|
||
<li><a href="https://oauth.io/">OAuth.io</a> - OAuth integration, user
|
||
management, provides OAuth 2.0 layer to existing APIs.</li>
|
||
<li><a href="https://developer.okta.com/">Okta</a> - Provides
|
||
authentication, authorization, and user management, merged with <a
|
||
href="https://stormpath.com/">Stormpath</a> in August 2017.</li>
|
||
<li><a
|
||
href="https://serverless.com/blog/faunadb-serverless-authentication/">Serverless
|
||
Authentication Boilerplate with FaunaDB</a> - Single sign on using
|
||
Amazon API Gateway custom authorizer to provision database access tokens
|
||
for your Lambda functions. <a
|
||
href="https://fauna.com/blog/developing-serverless-authentication-and-persistence">See
|
||
TodoMVC integration in this meetup talk video.</a></li>
|
||
</ul>
|
||
<h2 id="iam">IAM</h2>
|
||
<ul>
|
||
<li><a href="https://github.com/puresec/serverless-puresec-cli">PureSec
|
||
CLI</a> - Magically creates least privileged IAM roles for you.</li>
|
||
</ul>
|
||
<h2 id="payments">Payments</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/eahefnawy/serverless-stripe-webhook">Stripe
|
||
Serverless webhook</a> - Serverless Module that creates a webhook for
|
||
Stripe.</li>
|
||
<li><a href="https://github.com/TaylorBriggs/stripe-lambda">Stripe
|
||
Lambda function</a> - A Lambda function for charging cards with
|
||
Stripe.</li>
|
||
<li><a href="https://github.com/rldaulton/GCF-Stripe">GCF-Stripe</a> -
|
||
serverless use of Stripe over Google Cloud Functions.</li>
|
||
<li><a href="https://github.com/sdras/sample-stripe-handler">Stripe
|
||
Azure function</a> - An Azure Function that uses the Stripe api for a
|
||
checkout process in a Vue application</li>
|
||
</ul>
|
||
<h2 id="ecommerce">eCommerce</h2>
|
||
<ul>
|
||
<li><a href="https://snipcart.com">Snipcart</a> - Fully customizable,
|
||
HTML and JavaScript-based shopping cart for any website.</li>
|
||
<li><a href="http://commercejs.com/">CommerceJS</a> - Full-stack
|
||
ecommerce api for developers & designers.</li>
|
||
<li><a
|
||
href="https://github.com/endless-commerce/endless">EndlessCommerce</a> -
|
||
Open source ecommerce platform based on Serverless framework.</li>
|
||
<li><a href="https://medusajs.com/">Medusa</a> - Medusa is an
|
||
open-source headless commerce engine that enables developers to create
|
||
amazing digital commerce experiences.</li>
|
||
</ul>
|
||
<h2 id="content-management-systems">Content Management Systems</h2>
|
||
<ul>
|
||
<li><a href="https://www.contentful.com/">Contentful</a> - A content
|
||
infrastructure that enables teams to power content in any digital
|
||
product via a RESTful API.</li>
|
||
<li><a href="https://cosmicjs.com">Cosmicjs</a> - API-first CMS for
|
||
building content-powered apps in any programming language.</li>
|
||
<li><a href="https://graphcms.com/">GraphCMS</a> - GraphQL based, no
|
||
opinion CMS for your digital products.</li>
|
||
<li><a href="https://sanity.io">Sanity</a> - A hosted backend for
|
||
structured content with a real-time API, globally distributed CDN, and a
|
||
powerful, but simple query language.</li>
|
||
<li><a href="https://www.storyblok.com/">Storyblok</a> - API based &
|
||
Headless CMS - Clean and structured JSON for you as developer and a CMS
|
||
your editors will fall in love with. Unlimited extensibility through
|
||
custom plugins.</li>
|
||
<li><a href="https://www.takeshape.io/">TakeShape</a> -
|
||
Content-as-a-Service via a powerful GraphQL API and integrated SSG for
|
||
teams that want to stay focused on their product.</li>
|
||
<li><a href="https://tipe.io/">Tipe</a> - Next generation serverless
|
||
CMS. Create your content with powerful editing tools and access it from
|
||
anywhere with a GraphQL or REST API.</li>
|
||
<li><a href="https://www.webiny.com/">Webiny</a> - Developer-friendly
|
||
Serverless CMS powered by GraphQL and React.</li>
|
||
<li><a href="https://github.com/anddimario/stiva">Stiva</a> - Stiva is a
|
||
headless CMS for multisite and dynamic multicontent, based on lambda,
|
||
dynamodb and s3.</li>
|
||
<li><a href="https://forestry.io/">Forestry</a> - Git-backed CMS for
|
||
Static Site Generators like Gatsby, Gridsome, Eleventy, Hugo, VuePress,
|
||
Jekyll, etc.</li>
|
||
</ul>
|
||
<h2 id="forms">Forms</h2>
|
||
<ul>
|
||
<li><a href="https://airform.io">Airform.io</a> - Functional HTML forms
|
||
for Front-End Developers.</li>
|
||
<li><a href="https://form.io">Form.io</a> - JSON Powered Form and Data
|
||
Management Platform for Serverless applications.</li>
|
||
<li><a href="https://formcake.com">Formcake</a> - Form backend built for
|
||
developers with spam protection, Zapier integration, and API
|
||
access.</li>
|
||
<li><a href="https://formcarry.com">Formcarry</a> - Hassle-free HTML
|
||
form endpoints for your form, powerful dashboard, reliable spam
|
||
blocking, attachment uploads and Zapier integrations.</li>
|
||
<li><a href="https://formspark.io">Formspark</a> - A backend for your
|
||
HTML forms.</li>
|
||
<li><a href="https://formspree.io">Formspree</a> - Functional HTML
|
||
forms.</li>
|
||
<li><a href="https://formkeep.com">FormKeep</a> - Form endpoints for
|
||
designers and developers. No iframes, JavaScript embeds, or CSS
|
||
overrides.</li>
|
||
<li><a
|
||
href="https://github.com/danielireson/formplug-serverless">Formplug</a>
|
||
- Form forwarding service for AWS Lambda.</li>
|
||
<li><a href="http://www.formassembly.com/">FormAssembly</a>.</li>
|
||
<li><a href="http://getform.io/">Getform</a> - Free form backend
|
||
platform for your HTML forms and static websites. Provides Zapier and
|
||
Webhook support and submissions API.</li>
|
||
<li><a href="https://docs.google.com/forms/">Google Forms</a> - Create
|
||
and analyze online forms and surveys.</li>
|
||
<li><a href="https://pageclip.co/">Pageclip</a> - 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.</li>
|
||
<li><a href="https://surveyvista.com">SurveyVista</a> - Salesforce
|
||
Survey, Form, and Assessment - Turn Survey & Form Data into
|
||
Actionable Insights.</li>
|
||
<li><a href="https://www.typeform.com/">Typeform</a> - Pretty,
|
||
intuitive, slick forms for almost any use.</li>
|
||
<li><a href="http://www.tectite.com/">Tectite FormMail</a> - FormMail,
|
||
form Encryption, hosted Forms.</li>
|
||
<li><a href="http://www.wufoo.com/">Wufoo</a>.</li>
|
||
</ul>
|
||
<h2 id="media-management-and-file-storage">Media management and File
|
||
storage</h2>
|
||
<ul>
|
||
<li><a href="https://www.filestack.com">Filestack</a> - Image management
|
||
system with Filestack - upload files, transform images, videos, and
|
||
documents, store content and deliver fast via CDN.</li>
|
||
<li><a href="https://kloudless.com">Kloudless</a> - Integrate with one,
|
||
universal API and connect to many file storage and CRM services.</li>
|
||
<li><a
|
||
href="https://github.com/kevincolemaninc/letter-avatar-serverless">Letter
|
||
Avatar</a> - Generates Google-like binary avatar images</li>
|
||
<li><a href="https://mux.com">Mux</a> - Streaming video infrastructure
|
||
for developers. Add a live stream or upload a video file, then get
|
||
thumbnails, animated gifs and more via simple API calls.</li>
|
||
<li><a href="https://uploadcare.com">Uploadcare</a> - HTML5 widget, API
|
||
to manage files in cloud storage, smart and fast CDN to deliver them to
|
||
your end users. Crop, resize and transform uploaded images using URL
|
||
commands.</li>
|
||
</ul>
|
||
<h2 id="realtime">Realtime</h2>
|
||
<ul>
|
||
<li><a href="https://www.ably.io/">Ably</a> - Global distributed
|
||
realtime data delivery platform with pub/sub, presence, device
|
||
awareness, history, connection state recovery, authentication and
|
||
encryption.</li>
|
||
<li><a href="https://pusher.com/">Pusher</a> - Build Apps, Not
|
||
Infrastructure.</li>
|
||
<li><a href="https://www.pubnub.com/">Pubnub</a> - PubNub utilizes a
|
||
Publish/Subscribe[2] model for realtime data streaming.</li>
|
||
</ul>
|
||
<h2 id="scheduling">Scheduling</h2>
|
||
<ul>
|
||
<li><a href="https://posthook.io/">Posthook</a> - Run code only when you
|
||
need to by scheduling webhooks for later. Set up workflows from your
|
||
functions and run them on a repeating schedule.</li>
|
||
<li><a href="https://upstash.com/qstash">qStash</a> - Push based
|
||
messaging and scheduling over HTTP for serverless and edge runtimes with
|
||
50 requests per day for free.</li>
|
||
</ul>
|
||
<h2 id="email-sending-subscriptions-and-newsletters">Email sending,
|
||
subscriptions and newsletters</h2>
|
||
<ul>
|
||
<li><a href="https://github.com/eahefnawy/lambda-mailer">Lambda
|
||
Mailer</a> - AWS Lambda for sending emails.</li>
|
||
<li><a href="https://github.com/eahefnawy/serverless-mailer">Serverless
|
||
Mailer</a> - Serverless Module for sending emails.</li>
|
||
<li><a href="https://github.com/TaylorBriggs/mailchimp-lambda">Mailchimp
|
||
Lambda</a> - A Lambda function for subscribing to a MailChimp list.</li>
|
||
<li><a
|
||
href="https://github.com/anaibol/lambda-mailchimp-single-opt-in">Mailchimp
|
||
Lambda Single Opt-in</a> - An Amazon Lambda function for creating
|
||
MailChimp subscriptions with single opt-in.</li>
|
||
</ul>
|
||
<h2 id="sms-sending">SMS sending</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/eahefnawy/serverless-twilio">serverless-twilio</a>
|
||
- Serverless Module to send SMS via twilio.</li>
|
||
<li><a href="https://aws.amazon.com/sns">Amazon SNS</a> - A flexible,
|
||
fully managed pub/sub messaging and mobile notifications service
|
||
(including SMS) for coordinating the delivery of messages to subscribing
|
||
endpoints and clients.</li>
|
||
</ul>
|
||
<h2 id="push-notifications">Push notifications</h2>
|
||
<ul>
|
||
<li><del><a href="http://docs.ionic.io/services/push/">Ionic Push
|
||
Service</a></del> - Notifications for Android, iOS with Ionic
|
||
Cloud.</li>
|
||
<li><a href="https://pushover.net/">Pushover</a> Notifications for
|
||
Android, iOS, and Desktop.</li>
|
||
<li><a href="https://zeropush.com">ZeroPush</a> Transactional Push
|
||
Notifications for Developers.</li>
|
||
<li><a href="https://pushwizard.com/">PushWizard</a> Multi-platform Push
|
||
Notification Service.</li>
|
||
<li><a href="https://pushed.co/">Pushed</a> Send push notifications
|
||
without developing your own app.</li>
|
||
<li><a href="http://www.plotprojects.com/">Plot Projects</a> Geofencing
|
||
push notifications.</li>
|
||
<li><a href="https://xtremepush.com/">XtremePush</a> Web Push
|
||
Notifications.</li>
|
||
</ul>
|
||
<h2 id="databases">Databases</h2>
|
||
<ul>
|
||
<li><a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> -
|
||
Flexible NoSQL database service</li>
|
||
<li><a href="https://aws.amazon.com/rds/aurora/serverless/">Amazon
|
||
Aurora Serverless</a> - Serverless MySQL Database service</li>
|
||
<li><a href="https://www.algolia.com">Algolia</a> - Hosted cloud search
|
||
as a service.</li>
|
||
<li><a href="https://fauna.com/">FaunaDB</a> - Pay-as-you-go cloud
|
||
database with ACID transactions and on-premise licensing available.</li>
|
||
<li><a href="https://cloudant.com/">Cloudant</a> - Based on the
|
||
Apache-backed CouchDB, Cloudant is the distributed database as a service
|
||
(DBaaS) built from the ground up to deliver fast-growing application
|
||
data to the edge.</li>
|
||
<li><a
|
||
href="https://developers.cloudflare.com/workers/reference/storage">Cloudflare
|
||
Workers KV</a> - Global, low-latency, key-value data store for
|
||
Cloudflare Workers.</li>
|
||
<li><a
|
||
href="https://azure.microsoft.com/en-us/services/cosmos-db/">Azure
|
||
CosmosDB</a> - Globally distributed, multi-model database service</li>
|
||
<li><a href="https://cube.dev/">Cube.js</a> - Hosted analytics platform
|
||
for serverless apps.</li>
|
||
<li><a href="https://cloud.google.com/datastore/">Google Cloud
|
||
Datastore</a> - Hosted NoSQL database service by Google</li>
|
||
<li><a href="https://github.com/paranoidguy/databunker">ParanoidGuy
|
||
Databunker</a> - Personally identifiable information (PII) storage
|
||
service built to comply with GDPR and CCPA</li>
|
||
<li><a href="https://deta.sh">Deta Base</a> - A super easy to use
|
||
production-grade NoSQL database.that supports complex queries and
|
||
search.</li>
|
||
<li><a href="https://upstash.com/">Upstash</a> - Serverless Database for
|
||
Redis</li>
|
||
<li><a href="https://www.harperdb.io/">HarperDB</a> - Peer-to-peer
|
||
database that is independent of hardware and network providers,
|
||
accommodates both NoSQL and SQL workloads.</li>
|
||
<li><a href="https://neon.tech">Neon</a> - fully managed serverless
|
||
PostgreSQL. Neon separates storage and compute to offer modern developer
|
||
features such as serverless, branching, bottomless storage, and
|
||
more.</li>
|
||
</ul>
|
||
<h2 id="others">Others</h2>
|
||
<ul>
|
||
<li><a href="http://functionlibrary.azurewebsites.net">Azure Function
|
||
Library</a> - An open source set of common use cases for Azure Functions
|
||
that are ready to deploy!</li>
|
||
<li><a href="https://argonaut.dev/">Argonaut</a> - 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.</li>
|
||
<li><a href="https://github.com/backstage/functions">Backstage
|
||
Functions</a> - An Open Source Serverless Platform able to store and
|
||
execute code maintained by <a
|
||
href="http://www.globo.com">Globo.com</a></li>
|
||
<li><a href="https://remotestorage.io">remoteStorage</a> - An open
|
||
protocol for per-user storage.</li>
|
||
<li><a href="https://github.com/grycap/scar">SCAR</a> - Serverless
|
||
Container-aware ARchitectures (e.g. run containers out of your Docker
|
||
images in AWS Lambda).</li>
|
||
<li><a href="http://sockethub.org">Sockethub</a> - A polyglot (speaking
|
||
many different protocols and APIs) messaging service for social and
|
||
other interactive messaging applications.</li>
|
||
<li><a
|
||
href="https://github.com/eahefnawy/serverless-slack-webhook">serverless-slack-webhook</a>
|
||
- Serverless Module that creates a webhook for Slack.</li>
|
||
<li><a href="https://github.com/synacker/daggy">Daggy</a> - Data
|
||
Aggregation Utility. Remote or local data aggregation and streaming</li>
|
||
<li><a href="https://github.com/lambci/docker-lambda">Docker Lambda</a>
|
||
- Docker images and test runners that replicate the live AWS Lambda
|
||
environment</li>
|
||
<li><a href="https://github.com/alexellis/faas">faas</a> - Run Docker
|
||
containers as functions on Swarm Mode (<a
|
||
href="http://blog.alexellis.io/functions-as-a-service/">blog
|
||
post</a>)</li>
|
||
<li><a href="https://github.com/rgfindl/functionci">FunctionCI</a> -
|
||
Continuous Integration for AWS Lambdas.</li>
|
||
<li><a href="https://github.com/nuveo/gofn">gofn</a> - Go package for
|
||
function process via container provider (serverless minimalist)</li>
|
||
<li><a
|
||
href="https://github.com/senthilrch/kube-fledged">kube-fledged</a> - A
|
||
K8S add-on for creating and managing a cache of container images
|
||
directly on cluster worker nodes</li>
|
||
<li><a href="https://github.com/jimpick/lambda-comments">Lambda
|
||
Comments</a> - Blog commenting system built with AWS Lambda</li>
|
||
<li><a href="https://github.com/trek10inc/aws-lambda-debugger">AWS
|
||
Lambda Debugger</a> - Remote debugging tool for Lambda functions running
|
||
on Node 6.10</li>
|
||
<li><a href="https://localstack.cloud/">Local stack</a> - A fully
|
||
functional local AWS cloud stack</li>
|
||
<li><a href="https://github.com/TIBCOSoftware/flogo">Project Flogo</a> -
|
||
Project Flogo is an open source framework to simplify building efficient
|
||
& modern serverless functions and edge microservices.</li>
|
||
<li><a href="https://www.serverless.com/examples/">Serverless
|
||
Examples</a> - A collection of boilerplates and examples of serverless
|
||
architectures built with the Serverless Framework</li>
|
||
<li><a
|
||
href="https://github.com/antonbabenko/serverless.tf-playground">serverless.tf
|
||
playground</a> - serverless.tf playground to show Terraform with
|
||
Serverless in action.</li>
|
||
<li><a
|
||
href="https://github.com/terraform-aws-modules/terraform-aws-lambda/">Terraform
|
||
AWS Lambda module</a> - Terraform module, which takes care of a lot of
|
||
AWS Lambda/serverless tasks (build dependencies, packages, updates,
|
||
deployments) in countless combinations.</li>
|
||
<li><a href="https://github.com/ffleet/shim">Lambda Shim</a> - A node.js
|
||
shim library to simplify Lambda function development</li>
|
||
<li><a href="https://github.com/hmngwy/mutton">Mutton</a> - A Python
|
||
shim library for better AWS Lambda Handlers</li>
|
||
<li><a
|
||
href="https://github.com/Open-SL/serverless-permission-generator">Serverless
|
||
Permission Policy Generator</a> - An Online Application to generate AWS
|
||
IAM permissions required for deploying a Serverless stack.</li>
|
||
<li><a href="https://www.npmjs.com/package/dynamodb-onetable">DynamoDB
|
||
Onetable</a> - DynamoDB access library for single-table designs using
|
||
NodeJS.</li>
|
||
</ul>
|
||
<h2 id="related-articles">Related articles</h2>
|
||
<ul>
|
||
<li><a
|
||
href="http://cloudacademy.com/blog/serverless-framework-aws-lambda-api-gateway-python">Serverless
|
||
Framework (CloudAcademy)</a> - A Deep Overview of the Best AWS Lambda +
|
||
API Gateway Automation Solution</li>
|
||
<li><a
|
||
href="https://medium.com/getty-logs/a-aws-lambda-microservices-architecture-for-node-js-4513799101d4#.k99m6yvvz">AWS
|
||
Lambda Microservices Architecture for Node.js</a></li>
|
||
<li><a
|
||
href="https://www.nginx.com/blog/adopting-microservices-at-netflix-lessons-for-team-and-process-design/">Designing
|
||
Teams around Microservices</a></li>
|
||
<li><a
|
||
href="http://highscalability.com/blog/2015/12/7/the-serverless-start-up-down-with-servers.html">The
|
||
Serverless Start-Up - Down With Servers!</a></li>
|
||
<li><a href="https://medium.com/think-serverless">Think Serverless!</a>
|
||
- Publications encompassing a deep insight into the future of serverless
|
||
application development</li>
|
||
<li><a
|
||
href="https://aws.amazon.com/blogs/compute/microservices-without-the-servers">Microservices
|
||
without the Servers</a></li>
|
||
<li><a
|
||
href="https://medium.com/@benorama/a-startup-journey-on-aws-from-bare-metal-monolith-to-serverless-microservices-80231624fbd9">A
|
||
startup journey on AWS: from bare metal monolith to serverless
|
||
microservices</a></li>
|
||
<li><a href="http://nobackend.org">nobackend.org</a></li>
|
||
<li><a href="https://unhosted.org/">unhosted.org</a> - unhosted web
|
||
apps. freedom from web 2.0’s monopoly platforms</li>
|
||
<li><a href="https://staticapps.org">Static Web Applications</a></li>
|
||
<li><a href="https://serverlesscode.com">Serverlesscode</a></li>
|
||
<li><a
|
||
href="http://martinfowler.com/articles/serverless.html">Serverless
|
||
Architectures</a></li>
|
||
<li><a href="http://serverless-stack.com/">Serverless Stack</a> - A
|
||
step-by-step guide to creating full-stack serverless apps.</li>
|
||
<li><a
|
||
href="https://aws.amazon.com/blogs/compute/migrating-a-native-java-rest-api-to-a-serverless-architecture-with-the-lambada-framework-for-aws/">Migrating
|
||
a Native JAVA REST API to a Serverless Architecture with the Lambada
|
||
Framework for AWS</a></li>
|
||
<li><a
|
||
href="https://medium.com/tech-travelstart/using-kotlin-in-a-serverless-architecture-with-aws-lambda-part-1-setting-up-the-project-87033790e2f4">Using
|
||
Kotlin with AWS Lambda</a> - Using Kotlin in a serverless architecture
|
||
with AWS Lambda.</li>
|
||
<li><a href="https://github.com/puresec/sas-top-10">Serverless
|
||
Architectures Security Top 10</a> - The Ten Most Critical Security Risks
|
||
in Serverless Architectures.</li>
|
||
<li><a
|
||
href="https://semaphoreci.com/blog/2018/08/22/continuous-delivery-patterns-with-serverless.html">Continuous
|
||
Delivery Patterns with Serverless Applications</a> - patterns for
|
||
effective Continuous Delivery when building Serverless
|
||
applications.</li>
|
||
<li><a
|
||
href="https://hasura.io/blog/level-up-your-serverless-game-with-a-graphql-data-as-a-service-layer/">Level
|
||
up your serverless game with a GraphQL data-as-a-service layer</a></li>
|
||
<li><a
|
||
href="https://www.unusual.vc/post/unusual-tech-serverless-white-paper">Serverless
|
||
White Paper</a> - Informative White Paper on Serverless with deep
|
||
analysis by Unusual VC.</li>
|
||
<li><a
|
||
href="https://www.svix.com/blog/receive-webhooks-with-netlify-functions/">Receiving
|
||
Webhooks with Netlify Functions</a> - Using Netlify’s serverless
|
||
functions to receive webhooks and verify the signature.</li>
|
||
</ul>
|
||
<h2 id="books">Books</h2>
|
||
<ul>
|
||
<li><a href="https://leanpub.com/serverless">Serverless</a> - Patterns
|
||
of Modern Application Design Using Microservices (Amazon Web Services
|
||
Edition).</li>
|
||
<li><a
|
||
href="https://pragprog.com/book/brapps/serverless-single-page-apps">Serverless
|
||
Single Page Apps</a> - The Pragmatic Bookshelf.</li>
|
||
<li><a href="https://www.goingserverless.co/">Going Serverless</a> -
|
||
Practical guide to building applications with the Serverless
|
||
Framework.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/serverless-architectures-on-aws">Serverless
|
||
Architectures on AWS</a>. Teaches you how to build, secure and manage
|
||
serverless architectures that can power the most demanding web and
|
||
mobile apps. Written by Peter Sbarski</li>
|
||
<li><a
|
||
href="https://www.amazon.co.uk/Building-Serverless-Architectures-Cagatay-Gurturk/dp/1787129195">Building
|
||
Serverless Architectures</a> Book about building serverless applications
|
||
in JAVA.</li>
|
||
<li><a href="https://www.manning.com/books/aws-lambda-in-action">AWS
|
||
Lambda in Action</a> An example-driven tutorial that teaches you how to
|
||
build applications that use an event-driven approach on the back
|
||
end.</li>
|
||
<li><a href="https://thepulumibook.com">The Pulumi Book</a> - 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.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/serverless-apps-with-node-and-claudiajs">Serverless
|
||
Applications with Node.js</a> A book that walks you through building
|
||
serverless apps on AWS using Node.js and Claudia.js.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/agile-development-for-serverless-platforms">Agile
|
||
Development for Serverless Platforms</a> free eBook: how to apply Agile
|
||
practices in fully serverless architectures.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/cloud-native-applications">Cloud
|
||
Native Applications</a> free eBook: an introduction into the world of
|
||
cloud computing and insights into what is possible with cloud
|
||
services.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/exploring-cloud-computing">Exploring
|
||
Cloud Computing</a> free eBook: an introduction to the two most popular
|
||
cloud providers, Amazon and Google, and insights to help you get
|
||
started.</li>
|
||
<li><a
|
||
href="http://www.oreilly.com/programming/free/developing-serverless-applications.csp">Developing
|
||
Serverless Applications - A Practical Introduction with Apache
|
||
OpenWhisk</a> free ebook focused on doing serverless with
|
||
OpenWhisk.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/docker-in-action-second-edition">Docker
|
||
in Action, Second Edition</a> 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.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/docker-in-practice-second-edition">Docker
|
||
in Practice, Second Edition</a> 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.</li>
|
||
<li><a
|
||
href="https://azure.microsoft.com/en-us/resources/azure-serverless-computing-cookbook">Azure
|
||
Serverless Computing Cookbook</a> free eBook: Learn how to build
|
||
scalable, serverless apps with these easy-to-follow recipes</li>
|
||
<li><a href="https://www.manning.com/books/ai-as-a-service">AI as a
|
||
Service</a> A book that teaches you how to harness the power of
|
||
cloud-based AI services and serverless computing. An engineering
|
||
approach to serverless AI.</li>
|
||
<li><a href="https://www.manning.com/books/azure-data-engineering">Azure
|
||
Data Engineering</a> - This book teaches you to build high-capacity data
|
||
analytics systems using Azure cloud services for storing, collecting and
|
||
analyzing data.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/google-cloud-platform-in-action">Google
|
||
Cloud Platform in Action</a> - A book that teaches you to to deploy
|
||
scalable cloud applications on Google Cloud Platform.</li>
|
||
<li><a href="https://www.manning.com/books/cloud-native-patterns">Cloud
|
||
Native Patterns</a> - A guide to developing cloud-native applications,
|
||
along with the patterns, practices, and tooling that set them
|
||
apart.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/cloud-native-spring-in-action">Cloud
|
||
Native Spring in Action</a> - A hands-on guide to cloud native
|
||
application development using Spring Boot, Spring Cloud, Docker, and
|
||
Kubernetes.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/learn-azure-in-a-month-of-lunches">Learn
|
||
Azure in a Month of Lunches</a> - A book that teaches you the
|
||
foundational techniques for writing, deploying, and running cloud-based
|
||
applications in Azure.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/learn-amazon-web-services-in-a-month-of-lunches">Learn
|
||
Amazon Web Services in a Month of Lunches</a> - 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.</li>
|
||
<li><a
|
||
href="https://buttercms.com/blog/what-is-serverless-and-how-to-use-it-in-practice">Build
|
||
a Serverless React Application</a> - A full understanding of serverless
|
||
architecture and how to use it in practice.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/learn-azure-in-a-month-of-lunches-second-edition">Learn
|
||
Azure in a Month of Lunches, Second Edition</a> - In this fully updated
|
||
and new edition, you’ll get hands-on practice with the basics, including
|
||
setting up cloud-based virtual machines, deploying web servers, and
|
||
using hosted data stores.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/learn-docker-in-a-month-of-lunches">Learn
|
||
Docker in a Month of Lunches</a> - A tutorial to get essential skills to
|
||
use Docker in Linux, Windows, and Mac environments.</li>
|
||
<li><a href="https://www.manning.com/books/knative-in-action">Knative in
|
||
Action</a> - A book on how to build more complex and capable serverless
|
||
applications with Knative.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/getting-started-with-kubernetes">Getting
|
||
Started with Kubernetes</a> - A hands-on guide to Kubernetes using
|
||
Google Kubernetes Engine service.</li>
|
||
<li><a href="https://www.manning.com/books/cloud-operations">Cloud
|
||
Operations</a> - A book that provides a holistic approach to
|
||
CloudOps.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/serverless-machine-learning-in-action">Serverless
|
||
Machine Learning in Action</a> - A book on how to build serverless
|
||
machine learning applications on public clouds like AWS, Azure, and
|
||
GCP.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/spring-microservices-in-action-second-edition">Spring
|
||
Microservices in Action, Second Edition</a> - 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.</li>
|
||
<li><a href="https://www.manning.com/books/spring-quickly">Spring
|
||
Quickly</a> - A book that teaches you how to build professional-quality
|
||
applications using Spring and Spring Boot.</li>
|
||
<li><a href="https://www.manning.com/books/azure-data-engineering">Azure
|
||
Data Engineering</a> - A book that teaches the architectural,
|
||
operational, and data management techniques that power cloud-based data
|
||
infrastructure built on the Microsoft Azure platform</li>
|
||
<li><a href="https://www.manning.com/books/aws-security">AWS
|
||
Security</a> - A guide to solving common AWS security issues.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/kubernetes-native-microservices-with-quarkus-and-microprofile">Kubernetes
|
||
Native Microservices with Quarkus, and MicroProfile</a> - An
|
||
introduction to a modern approach to enterprise Java development using
|
||
new tools designed for cloud-native applications.</li>
|
||
<li><a href="https://www.manning.com/books/pipeline-as-code">Pipeline as
|
||
Code</a> - A hands-on experience on how to build CI/CD pipelines with
|
||
Jenkins for cloud-native applications (including Serverless apps).</li>
|
||
<li><a href="https://ServerlessSecurityBook.com">Serverless Security</a>
|
||
- An Apress book that discusses serverless security on AWS, Azure and
|
||
Google Cloud.</li>
|
||
<li><a href="https://MasteringAWSServerlessBook.com">Mastering AWS
|
||
Serverless</a> - Learn Serverless Step by Step. Build an event-driven
|
||
architecture and application in the AWS cloud.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/azure-infrastructure-as-code">Azure
|
||
Infrastructure as Code</a> - Master ARM templates, Bicep scripting, and
|
||
other Azure Infrastructure-as-Code tools, techniques, and practices to
|
||
run application infrastructure on the Azure cloud.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/securing-kubernetes-secrets">Securing
|
||
Kubernetes Secrets</a> - Securing Kubernetes Secrets is a compact
|
||
hands-on guide to storing and protecting sensitive data in a Kubernetes
|
||
environment.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/kubernetes-on-windows">Kubernets on
|
||
Windows</a> - Guide to successfully running windows and .NET
|
||
applications on a Kubernetes cluster.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/serverless-architectures-on-aws-second-edition">Serverless
|
||
Architectures on AWS, Second Edition</a> - Book that teaches you how to
|
||
design, secure and manage serverless backends that can power the most
|
||
demanding web and mobile apps.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/designing-cloud-data-platforms">Designing
|
||
Cloud Data Platforms</a> - A hands-on guide to envisioning and designing
|
||
a modern scalable data platform that takes full advantage of the
|
||
flexibility of the cloud.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/terraform-in-action">Terraform in
|
||
Action</a> - Use Terraform to programmatically create, test, and manage
|
||
infrastructure using the efficient infrastructure-as-code approach.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/securing-cloud-applications">Securing
|
||
Cloud Applications</a> - This book demonstrates effective real-world
|
||
practices to keep your cloud and Kubernetes-deployed applications safe
|
||
and sound.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/google-anthos-in-action">Google
|
||
Anthos in Action</a> - A book about Google Anthos created by the Google
|
||
development team.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/kubernetes-in-action-second-edition">Kubernetes
|
||
in Action, Second Edition</a> - A fully-updated and comprehensive guide
|
||
to developing and running applications in a Kubernetes environment.</li>
|
||
<li><a
|
||
href="https://www.manning.com/books/cloud-observability-in-action">Cloud
|
||
Observability in Action</a> - A book that teaches you how to set up an
|
||
observability system that learns from a cloud application’s signals,
|
||
logging, and monitoring using free and open source tools.</li>
|
||
<li><a href="https://www.manning.com/books/podman-in-action">Podman in
|
||
Action</a> - A book about developing and managing rootless containers
|
||
using Podman.</li>
|
||
<li><a href="https://www.manning.com/books/terraform-in-depth">Terraform
|
||
in Depth</a> - A book about developing and managing rootless containers
|
||
using Podman.</li>
|
||
</ul>
|
||
<h2 id="courses">Courses</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://www.packtpub.com/web-development/serverless-javascript-example-video">Serverless
|
||
JavaScript by Example</a> - Become dexterous with live demonstrations on
|
||
serverless web development.</li>
|
||
<li><a href="https://www.manning.com/livevideo/aws-lambda-in-motion">AWS
|
||
Lambda in Motion</a> - An example-driven tutorial that focuses on
|
||
helping you understand and tackle the operational challenges with
|
||
running AWS Lambda in production.</li>
|
||
<li><a
|
||
href="https://www.manning.com/livevideo/serverless-applications-with-AWS">Serverless
|
||
Applications with AWS</a> - Serverless Applications with AWS teaches you
|
||
to build serverless applications using AWS Lambda and other cloud-based
|
||
services.</li>
|
||
<li><a href="https://serverless-stack.com">Serverless-stack</a> - Learn
|
||
to Build complete Full-Stack Apps with Serverless and React on AWS.</li>
|
||
<li><a
|
||
href="https://egghead.io/courses/develop-a-serverless-backend-using-node-js-on-aws-lambda">Develop
|
||
a Serverless Backend using Node.js on AWS Lambda</a> - Learn how to
|
||
create a serverless API and connecting it to DynamoDB using leveraging
|
||
Lambda’s new async/await syntax</li>
|
||
<li><a href="https://www.manning.com/livevideo/aws-in-motion">AWS in
|
||
Motion</a> - 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.</li>
|
||
<li><a
|
||
href="https://www.manning.com/livevideo/production-ready-serverless">Production-Ready
|
||
Serverless</a> - This liveVideo teaches you how to build applications
|
||
that take advantage of AWS Lambda and other AWS platform features like
|
||
API Gateway and Kinesis.</li>
|
||
</ul>
|
||
<h2 id="workshops">Workshops</h2>
|
||
<ul>
|
||
<li><a href="https://www.npmjs.com/package/openwhisk-workshop">Apache
|
||
OpenWhisk Workshop</a> - Interactive workshop to learn about building
|
||
serverless applications with OpenWhisk.</li>
|
||
</ul>
|
||
<h2 id="newsletters">Newsletters</h2>
|
||
<ul>
|
||
<li><a href="https://serverless.email/">Serverless Status</a> - A weekly
|
||
digest of the latest serverless news and articles.</li>
|
||
<li><a
|
||
href="https://symphonia.us15.list-manage.com/subscribe?u=8fe3a0d260ada7ca9aafdbf14&id=d4b4244107">Serverless
|
||
Insights</a> - Symphonia’s Serverless Insights.</li>
|
||
<li><a href="https://www.jeremydaly.com/newsletter/">Off-by-none</a> -
|
||
Weekly newsletter that focuses on using serverless technology to build
|
||
products in the cloud</li>
|
||
<li><a
|
||
href="https://www.getrevue.co/profile/serverless-transformation">Serverless
|
||
Transformation</a> - Weekly newsletter of a limited set of articles
|
||
about serverless. Each article is graded on complexity level.</li>
|
||
<li><a href="https://faun.dev">Shipped</a> - A weekly newsletter from
|
||
FAUN: Hand-curated tutorials, news and stories from the Serverless
|
||
space.</li>
|
||
</ul>
|
||
<h2 id="aws-reinvent-videos">AWS re:Invent videos</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=iz90fHia-Wk&index=4&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">↑↑↓↓←→←→
|
||
BA Lambda Start</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=8Zd-8GV-1mY&index=11&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Application
|
||
Lifecycle Management in a Serverless World</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=rvi2Jm4eQdM&index=5&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">bots
|
||
+ serverless = ❤</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=yErmil00DYs&index=10&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Coca-Cola:
|
||
Running Serverless Applications with Enterprise Requirements</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=EI7pwRMc6zM&index=12&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Content
|
||
and Data Platforms at Vevo: Rebuilding and Scaling from Zero</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=tNIl_Wb12sE&index=8&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Operating
|
||
Your Production API</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=n5Jf6Vi2whI&index=9&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Optimizing
|
||
the Data Tier in Serverless Web Applications</a></li>
|
||
<li><a href="https://www.youtube.com/watch?v=VFLKOy4GKXQ">Real-time Data
|
||
Processing Using AWS Lambda</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=75MRve4nv8s&index=7&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Serverless
|
||
Apps with AWS Step Functions</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=gT9x9LnU_rE&index=3&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Serverless
|
||
Computing Patterns at Expedia</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/watch?v=vkWGZ3uY0p0&index=2&list=PLhr1KZpdzukcLUKD2ej8AKYR-nryjGGnF">Using
|
||
AWS Lambda to Build Control Systems for Your AWS Infrastructure</a></li>
|
||
<li><a href="https://www.youtube.com/watch?v=CwxWhyGteNc">What’s New
|
||
with AWS Lambda</a></li>
|
||
</ul>
|
||
<h2 id="videos-from-conferences">Videos from conferences</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://www.youtube.com/channel/UCqlcVgk8SkUmve4Kw4xSlgw">Serverlessconf</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/channel/UCYzAnR_SebAmLRkKIbK_YoQ">ServerlessDays</a></li>
|
||
<li><a
|
||
href="https://www.youtube.com/playlist?list=PLEx5khR4g7PJNproQQ4SZ96Qeu-kr-Xbn">GOTO
|
||
Conferences</a></li>
|
||
</ul>
|
||
<h2 id="contributing">Contributing</h2>
|
||
<p>You want to contribute to this project? <a
|
||
href="CONTRIBUTING.md">Please follow these recommendations</a>.</p>
|
||
<h2 id="license">License</h2>
|
||
<p><a href="https://creativecommons.org/publicdomain/zero/1.0/"><img
|
||
src="https://i.creativecommons.org/p/zero/1.0/88x31.png"
|
||
alt="CC0" /></a></p>
|
||
<p><a href="https://github.com/pmuens/awesome-serverless">serverless.md
|
||
Github</a></p>
|