So was talking with a friend about use Firebase Function as our API and he told me that lamda functions (FaaS) should be use only for small operations like image processing, it is not good use like API because we have business rules and will be difficult to maintain.
So.. there are any use case for Lamda functions using like API ?
And about maintain this code (all business rules inside these functions) it is more complicated?
Riderman de Sousa Barbosa
Frontend Developer
Emanuel Quimper
Golang | Javascript | Elixir
I've use Aws Lamda a bit for api, and was really great. This framework I thing is the way to go if you want to build a full api with Lambda serverless.com