Testing
Shadow Testing: Mirroring Production Traffic for Safe Testing
Shadow testing (also called traffic mirroring or dark launching) sends a copy of real production requests to a new version of your service alongside the production version. The new version handles the request but its response is discarded — users only see the response from the stable version. This lets you