Open mrchops1024 opened 8 months ago
Hey @mrchops1024 👋 Sorry you've run into trouble. I tried reproducing it on a simpler case and I wasn't able to do so. Would you be able to check what is the difference in final zip between the deploys?
I just ran a deploy, which uploaded the .zip to S3 and ran a Cloudformation update. I copied the .zip file out of the .serverless directory and ran deploy again, with the same results.
Comparing the two .zip files and they look identical based on contents:
./requirements.txt
./index.py
./.completed_requirements
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
Despite no changes being made to my python Lambda function, it is packaged and uploaded to S3 on every deploy. Here is what the directory structure for this basic project looks like:
Service configuration (serverless.yml) content
Command name and used flags
serverless deploy --verbose
Command output
Environment information