3/22/2026 at 1:33:52 AM
Cloud providers like AWS, GCP, and Azure should offer local emulators for development. This would encourage developers to utilize their services more.I currently work with several AWS serverless stacks that are challenging or even impossible to integration test locally. While Localstack provide a decent solution, it seems like a service that AWS should offer to enhance the developer experience. They’d also be in the best position to keep it current.
by cebert
3/22/2026 at 10:45:24 AM
An official local emulator sounds nice until AWS has to explain why S3, IAM, or Kinesis behave a little differntly on your laptop, because the minute it's blessed people will treat every mismatch as an AWS bug, not a dev-time compromise.AWS don't want that support nightmare.
by hrmtst93837
3/22/2026 at 3:25:35 PM
what makes you think AWS would look at any of the bugs filed by people using local emulatorsby thinkthatover
3/22/2026 at 3:30:39 PM
“A trillion dollar company cannot afford bug triage” is a weird argument tbh.by littlestymaar
3/22/2026 at 3:58:09 PM
Except that it's true, they can't. How else are they going to race to the bottom of the minimum number of employees and maximum amount of management bonuses?by xingped
3/22/2026 at 8:21:41 AM
I noticed an AWS engineer publish a local AWS suite https://github.com/local-web-services/local-web-services which seems comparable.Great to see Localstack offset a bit thanks to ... AI driven shift left infrastructure tooling? This is a great trend.
by hendry
3/22/2026 at 5:17:12 AM
Microsoft used to with their Azure Service Dev Kit. the ASDK was a single-node "sandbox" meant to emulate the entire Azure cloud locally. They may have something similar now but paired backby LTL_FTC
3/22/2026 at 12:17:29 PM
I disagree with this entirely.You should build your software around abstractions and interfaces which are portable enough to work locally and in AWS or any other cloud and not just AWS specific APIs.
by dgxyz
3/22/2026 at 12:48:41 PM
I agree that this is what everyone should strive to do but this quickly hits a limit.For example, IAM/S3/SQS policy evaluations can have profound impact on an application running but an abstraction wouldn’t help much here (assuming the developer is putting any thought into securing things). There just isn’t an alternative to these. If you’re rolling out an application using AWS-proprietary services, you have to get into vendor-specific functionality.
by redserk
3/22/2026 at 2:25:41 PM
My point is you should not build on top of their native services if it incurs this problem.by dgxyz
3/22/2026 at 5:53:10 AM
CloudFlare for their serverless offering did it, and it works decent.by adobrawy
3/22/2026 at 9:55:04 AM
[dead]by hrmtst93837
3/22/2026 at 3:16:18 AM
They should... put work into sacrificing revenue?by hmartin
3/22/2026 at 3:25:35 AM
If you have a local “digital twin” of the service, it makes it much easier to develop against using AI. This would likely drive adoption.by bensyverson
3/22/2026 at 10:09:08 AM
Totally agree that AI coding makes this even more important. We are working on a coding agent-first cloud and a large part of that is ensuring everything runs locally so folks can let their coding agents define the infra and test it allby fabianlindfors
3/22/2026 at 6:43:02 AM
It's even easier for their revenue if you have to provision dev AWS environments for everyone.by Onavo
3/22/2026 at 3:39:59 PM
Why would an emulator sacrifice revenue? It's like saying minecraft destroys construction businessesby operator_nil
3/22/2026 at 6:53:59 AM
Without the infrastructure behind it to make it make sense, cloud platforms just seem like convoluted ways of storing data and launching applications/VMs to me.The only functional use of a tool like this to me would be to learn how to use AWS so that I can work for people who want me to use AWS. Would that not be to Amazon's benefit?
by boomlinde
3/22/2026 at 3:45:27 AM
It's not clear that it would be a net-negative on the revenue.It could encourage more development and adoption and lead to being a net-positive for the revenue.
by borplk
3/22/2026 at 3:51:37 AM
It's a fair point but iff you neglect that the overwhelming revenue drivers for these services are large corps who are already locked-in. Devx doesn't matter at all once you're there.The myopathy among us "online people" is assuming number of voices here and elsewhere correlate to revenue.
It does not.
by hmartin
3/22/2026 at 1:15:07 PM
Just fyi, myopathy is a general term for diseases that affect some types of muscles, while myopia is short-sightedness -- assuming the latter is what you were going for!by shrikant
3/22/2026 at 3:42:31 PM
Thanks!by hmartin
3/22/2026 at 6:58:44 AM
If it's irrelevant whether or not individual developers are on board, why are Amazon offering a free plan?by boomlinde