When posting a large file to my lambda dotnet API, I received back:
HTTP/1.1 413 Request Entity Too Large
X-Cache: Error from cloudfront
Normally, this would be something configured in IIS like so:
How would we configure this in lambda dotnet and what are the current limits?
Thanks,
Dave
When posting a large file to my lambda dotnet API, I received back:
HTTP/1.1 413 Request Entity Too Large
X-Cache: Error from cloudfront
Normally, this would be something configured in IIS like so:
How would we configure this in lambda dotnet and what are the current limits?
Thanks,
Dave