local runtime
A
Adam Leviton
Agreed. Troubleshooting and finding errors with a DO SLS function is challenging.
I
Ivan
so there's no way to check logs for http-triggered functions? how am i supposed to work on it without a way to see the output?
Oleg
It looks like AWS provides the Serverless Application Model (SAM) which allows you to run and debug serverless lambda functions locally (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-debugging.html).
It would be great if DigitalOcean provided something similar.