You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
there are two output zip files - one for Lambda, other for Layer.
The plugin seems to first create ./.requirements.zip file with all the requirements, then put the content into ./.serverless/pythonRequirements.zip. Then it generates zip for Lambda function code taking everything from the stack directory and putting it into ./.serverless/fn-name.zip. It includes the .requirements.zip file.