When deploying after logging to then serverless dashboard creates a huge zip file

I found this strange issues. I worked with serverless framework without signing in to deploy my Lambdas to AWS. But recently I created account and logging into Serverless Pro as well as in my PC as well. But when I deploy my lambdas an additional file of 7MB is created. Without logging into Serverless, usually a file around 500KB got uploaded into the cloud formation. 7MB file has a name of ‘custom-resources.zip’, This is very annoying. How to get rid of this? Or is there an alternative where I can still monitor my functions but deploy them without logging to the serverless dashboard.

Thank you