Hacker News new | ask | show | jobs
by tunesmith 1408 days ago
Doesn't something like localstack.cloud help with this need? I've just recently inherited some NodeJS lambdas and am thinking of looking into that to debug/develop locally.
2 comments

Hi,

LocalStack is great tool but the difference here is that MerLoc runs your function in local against real cloud services with the same credentials of your real AWS Lambda function. So there is no AWS service simulation, mocking or local implementation here.

Local stack seems to be invite only
LocalStack is open source: https://github.com/localstack/localstack

Looks like they're starting a Pro version that requires signup/payment.

I suspect you misunderstood. It's Open Source, at least the free version.

Or maybe I'm missing something?

There's a free trial that lasts 2 weeks. After that I think it's paid.
Not exactly. The paid editions have free trials, but there's also a community edition that is free. However, it's pretty difficult to figure out what exactly is supported in the community edition. There's a whole list that mention various AWS services are only supported in "PRO", but I don't know if that means that free support might come later in community.
All the basic stuff is in the community one. Certainly lambdas are.
It must be API Gateway that isn't