You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These limits were not understood at the time of development but did affected one plugin during migration (see #126). All other LINZ plugins were of a smaller enough size they were not affected by payload size limits.
The maximum payload to API gateway is 10MB and maximum payload for Lambda is 6MB, which cannot be increased.
https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
These limits were not understood at the time of development but did affected one plugin during migration (see #126). All other LINZ plugins were of a smaller enough size they were not affected by payload size limits.
There are a number of documented workarounds for this, including uploading directly to s3 via signed urls (https://sookocheff.com/post/api/uploading-large-payloads-through-api-gateway/)
The text was updated successfully, but these errors were encountered: