Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual package artifacts are ignored #26

Open
byteSamurai opened this issue Apr 11, 2018 · 1 comment
Open

Individual package artifacts are ignored #26

byteSamurai opened this issue Apr 11, 2018 · 1 comment

Comments

@byteSamurai
Copy link

For small projects a global artifact is used:

package:
  artifact: path/to/artifact.zip

but in later projects we used to separate the functions to reduce upload size and isolate dependencies:

package:
  individually: true

functions:
  tagGenerator:
    handler: hakuna.matata.Handler
    package:
      artifact: path/to/artifact-for-function.zip

This is valid using serverless framework, but the plugin ignores the artifacts per function. so the are missing in the generated sam template.

@byteSamurai byteSamurai changed the title Individual package uploads are ignores Individual package artifacts are ignored Apr 11, 2018
@krazavet
Copy link

krazavet commented Jun 6, 2018

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants