Hacker News new | ask | show | jobs
by lytedev 1431 days ago
Well yeah. Isn't it intended for integration tests and similar usage and not for production "hyperscaling"?
1 comments

exactly - it is meant to approximately work as a localized AWS environment for use during development, and for writing "unit" tests, and basic integration tests.

A full on, end-to-end testing is still required, but with localstack, you can run those once after you've completed development.