Get the latest tech news
Being Functionless: How to Develop a Serverless Mindset to Write Less Code
Innovative cloud architect focusing on serverless computing and Function as a Service. Advocates for optimized, functionless architecture to reduce complexity and costs. Expertise in leveraging cloud-native services for sustainable operations and minimizing code liabilities. Committed to transforming engineering mindsets for efficient application development in a rapidly evolving tech landscape.
When you build microservices, depending on your domain and your team’s bounded context, as explained in my talk, The Set Piece Strategy, at QCon 2024, not all services perform computations that require functions. In a serverless context, the terms functionless, codeless, Lambda-less, no-code, low-code, etc., express the idea of reducing the number of FaaS functions in an application with native service integrations. An API implementation includes endpoints that perform typical operations, such as Creating, Reading, Updating, and Deleting (CRUD) data in a database system, aligning with the appropriate HTTP methods.
Or read this on Hacker News