Using localstack and mocking an AWS service is a pleasure.
Our problem begin when we want to mock few services:
Configuring each becomes a mess.
Exposing a single port that will route requests based on service request would make the whole stack much similar to AWS infra.
WDYT?