diff --git a/src/lambda.js b/src/lambda.js index 4e6e46c..bf13a95 100644 --- a/src/lambda.js +++ b/src/lambda.js @@ -51,7 +51,7 @@ app.use( bodyParser({ enableTypes: ['text', 'json'], jsonLimit: '5mb', - textLimit: '5mb', + textLimit: '3mb', }) ); app.use(_.post('/web', WebEndpoint.handle.bind(WebEndpoint)));