Note this is in the frontend branch. This is an edge case that will affect longer translations only.
DynamoDB has an item size limit. Add a check in TranslateFunction to limit how much gets written to the DynamoDB table, so it doesn't exceed that limit.
Also possibly add some messaging to check the s3 bucket for the full translation as the web UI only displays what's been written to Dynamo.
Note this is in the
frontendbranch. This is an edge case that will affect longer translations only.DynamoDB has an item size limit. Add a check in
TranslateFunctionto limit how much gets written to the DynamoDB table, so it doesn't exceed that limit.Also possibly add some messaging to check the s3 bucket for the full translation as the web UI only displays what's been written to Dynamo.