asn1997

Results 9 comments of asn1997

* How is Lambda executed? Is it via API Gateway? -> Yes it is via API Gateway We are aware of the Quotas but it should not create some temp...

Did the payload size changed after you migrated or was it working with the same payload size (greater than 6MB) when using .NET 3.1 runtime? -> No

@ashishdhingra [https://github.com/dotnet/aspnetcore/issues/22342](url) in this issue it is mention NewtonsoftJsonInputFormatter creates File when input size is more than 30KB and that file name will be like ASPNETCORE_guid.tmp. But i am not...

I want to Reopen this issue I am still facing this issue, Please Reopen it @ashishdhingra

> We were able to mitigate this problem by catching this error via middleware and cleaning up the disk space. As far as what causes it in the first place...

We get this error from lambda instance which already failed with this error "Exceeded maximum allowed payload size" then any other request which goes to same instance and try to...