如何在AWS lambda上启用.NET无服务器应用程序中的GZIP



我创建了一个新的.NET服务器应用程序,并在lambda上发布了它,我想启用GZIP(BR(压缩。

但是,它给了我这个错误:err_content_decoding_failed

它在Localhost上正常工作。

我已经在API网关上启用了压缩选项,但没有帮助。

我应该设置什么才能使其正常工作?

谢谢

内容压缩由API网关处理,该API网关将往返Lambdas发送并接收未压缩的内容 - lambdas是并且不应该意识到可能发生的任何压缩。

这是在API网关上启用压缩的文档:https://docs.aws.aws.amazon.com/apigateway/latest/developerguide/api-gatewayway-gateway-gateway-gateway-gzip-compression-decompression.html

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-enable-compression.html

相关内容

  • 没有找到相关文章

最新更新