Skip to content

Inconsistency between ZIP generated with node-lambda package and node-lambda deploy #96

Description

Hi,

When i generate a ZIP using node-lambda package, then this ZIP contains everything that is currently in my project directory, including .env, deploy.env, event.json ... It also contains files excluded in .env EXCLUDE_GLOBS.
When i deploy to AWS using node-lambda deploy and then download the ZIP file that was uploaded to AWS this file is not the same that was generated with node-lambda package (it no longer contains unnecessary files mentioned above). I would expect the ZIP file created with node-lambda package to be the same as the one uploaded with the deploy command.
Do i misunderstand the package command or is this a bug?

Thanks, Marc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions