-
Notifications
You must be signed in to change notification settings - Fork 417
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
V3: Deploying a single function with individual packaging does not work #181
Comments
I analyzed the problem and found the reason. In the individual packaging branch, the plugin uses now the standard paths for the packaging and does not alter Serverless internals anymore. |
@nicolasdonoso The issue should be fixed in #177 . Could you please check again with the |
@HyperBrain I reinstalled the package from the branch:
After doing that I get this error with everything as it was when it was working fine:
|
I'll check right away |
Indeed something went wrong with the commit. |
@nicolasdonoso Fixed! I missed to commit one change 😃 . Please remove |
@nicolasdonoso I merged the branch into the |
@HyperBrain just tested v3.0.0 and it work correctly, thanks for the help! |
@nicolasdonoso Thanks for the feedback. I will close this issue then. |
@HyperBrain v3.0.0 is working correctly when I deploy a function that has been already inside a complete deploy of the project. But every time I try to add a new function a get an error like the following one:
The main fact to use single functions deployments is to avoid deploying everything, but this is only letting me add changes to functions that are already created and not to add new ones to my project with out have to deploy all. |
The whole project deploys correctly, but when deploying individual functions I'm getting the following error:
The text was updated successfully, but these errors were encountered: