16. 23 07 2022 - catedradxc/serverlessStudy GitHub Wiki

Date: 23/07/2022

Daily objetives

* Order the topics and the ideas of the day before

Related work

* Identify clearly the tasks to do and make a checklist
* Write the report of the meeting

Ideas

* To know when a function is not suitable for serverless due to complexity or database accesses
* Add complexity to a lambda with business logic and so on and compare it to other more or less simple ones
* Serverless with several patterns and compare between them (serverlessland)
* Countering the arguments against serverless with small experiments
* Compare lambda with normal containers vs. lambda with custom container
* Compare the gains of moving from monolith to microservices running on lambda