Hello friends. Is there any plan in the future to ...
# seed
a
Hello friends. Is there any plan in the future to support “single function deploy” from SEED UI? For example, sometimes I need to deploy one single function from my SLS project with
sls deploy -f myFunc
.. Due you are already parsing the SLS file maybe you can list the functions defined there and present them on the UI with a dropdown or something? I don’t need it right now, but having it just in case would be good.
f
Yeah, it’s definitely been brought up b4. I’m not sure if you’ve come across the serverless-seed plugin. It will run
sls deploy -f
for all ur functions if Seed detects CF template and serverless.yml are not changed.
a
Didn’t know about the plugin, going to check it.
f
Yeah it’s part of Seed’s Incremental Deploy strategy
a
Interesting.
But there is no way currently to manually deploy an specific Function, right?
From UI I mean.
The scenario is… sometimes we need to deploy something really small to PROD, and we don’t want to deploy the entire sls project… just for precaution.
f
Ah I see. Yeah there isn’t a way right now. But let me have that added to our roadmap!
a
Thanks sir.