|
|
|
|
|
by k__
2628 days ago
|
|
Because functions are small self-contained stateless bits of code, they don't need much testing by themselves. You need to test them with the services they are using and replicating your whole cloud infrastructure locally is nearly impossible. |
|