amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.45k stars 41 forks source link

Limit prettyPrinted JSON to the debug build #118

Closed knovichikhin closed 1 year ago

knovichikhin commented 1 year ago

Issue #, if available: AWS API Gateway has a response limit of 10MB. This will help with that by avoiding sending white space.

Description of changes: Moved pretty printed JSON to be available in DEBUG builds only.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.