While deploying a serverless application for which we setup Swagger documentation using serverless-auto-swagger package, we encounter an issue where some swaggerUI.zip and swaggerJSON.zip files as large as 230MB get uploaded. We do not get/see these files locally or when we run yarn offline. We're looking to see where the two files come from as they cause our serverless deployment to time-out.
While deploying a serverless application for which we setup Swagger documentation using
serverless-auto-swagger
package, we encounter an issue where some swaggerUI.zip and swaggerJSON.zip files as large as 230MB get uploaded. We do not get/see these files locally or when we runyarn offline
. We're looking to see where the two files come from as they cause our serverless deployment to time-out.