Increase maximum request size of API Gateway Emulator
The default maximum request size for an aiohttp
web server (as used by the reverse proxy) is 1MiB, which is too small for APIs that support file upload (such as the Malware/Virus Scanner API.
This issue tracks increasing the max size of an HTTP request and making it an applications setting.