I use eb cli to deploy django applicatoin. It suddenly started showing error InvalidParameterValueError - Source bundle is empty or exceeds maximum allowed size: 524288000
while deploying my app using eb deploy
command. It showing error for both my production and stating environment.
My source bundle size should be below the limit. What is the cause and how to fix it?