Hacker News new | ask | show | jobs
by adjohn 2664 days ago
We're happy users of both Serverless Framework as well as SAM (AWS). Serverless Framework offers a pretty rich set of plugins which provides a lot of extensibility out of the box including function warming, webpack, instrumentation and many others.

Shameless plug alert: we also dogfood IOpipe, our own dev tooling for Lambda. IOpipe[1] gives us near realtime errors, logs, tracing, and CPU/mem profiling capabilities that we're used to having in "traditional" development environments.

[1] - https://www.iopipe.com/features

1 comments

Thanks! What kind of development environment is usually used? IDE's, environments etc?

IOPipe looks interesting - will check it out as I dig deeper!