-
Notifications
You must be signed in to change notification settings - Fork 24
Feature Request : support "invoke local" and deploy a single function #26
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
Comments
How about the progress of this feature? For my macbook pro and developing service, deploying using But sometimes I want to fix a small bug and test on cloud. I want Thanks, |
+1 on this feature |
I wrote a simple patch for this (and an extra pip upgrade inside docker container) but since there are so many dangling PRs on this repo I put it on Github Gists instead: https://gist.github.com/mehdisadeghi/7b17a8eb5d5db2ae8de722d469d4a174. Give it a try, instructions on the Gist page. |
+1 on the feature request to be able to deploy a single function. |
@mehdisadeghi : can you clarify - does this patch implement the single function deploy, or only the invoke local part? |
@jamesrgrace it is only for invoking functions locally. It also upgrades pip inside the local container. |
Uh oh!
There was an error while loading. Please reload this page.
Add support for "invoke local" Serverless command,
invoke the function in the package folder structure with common_files and dependencies on root dir.
Run on local machine will probably need to use pip without docker.
In addition, it would be great to be able to deploy only one function.
serverless deploy -f functionName
Thanks,
Itay
The text was updated successfully, but these errors were encountered: