Map of Content of all serverless-related notes.
## Definitions & concepts
Defining the term *serverless* can open a can of worms, depending on who you're talking to, be it an advocate, critic or agnostic.
There are technical considerations around [[What makes a service "serverless"]] (there are several non-discrete attributes you can use to gauge this) but above that there is [[Serverless mindset]].
See also:
- [The differing definitions of “serverless”](https://serverlessfirst.com/serverless-definitions/)
- [[Full Stack Serverless Manifesto]]
- [[The Serverless Manifesto]]
## On deciding whether or not to use serverless:
- [[Benefits of serverless]]
- [[Objections to serverless]]
- [[When is serverless not a good fit]]
- [[Challenges with adopting serverless]]
- [[Sustainability aspects of serverless]]
## On building with serverless:
- [[Serverless testing MOC]]
- [[Serverless developers should have their own AWS account]]
- [[Building multi-tenant SaaS products in serverless]]
- [[Distributed transactions in serverless applications]]
- [[Disadvantages of including non-AWS services in your serverless application]]
- [[Functionless serverless architectures]]
- [[Serverless learning resources]]
## Operating a serverless application
- [[Serverless operations MOC]]
## See also
- [[AWS Services]]
- [[FaaS]]
- [[Functional Web App]]
---
tags: #SoftwareEngineering #MOC #Serverless