Closed andyautida14 closed 3 years ago
There is a flag, and I just realized it is not in the docs. I believe it is —no-client-deploy, I’ll verify later today.
On Sun, Sep 27, 2020 at 6:04 AM Risejandi Autida notifications@github.com wrote:
Hello!
I like this library a lot. But I'm currently just using my mobile data to deploy some pet project to AWS.
Sometimes I have to deploy all the functions because for some reason, some files I require() from the function handler doesn't get updated if I upload only the specific function I have changes on. Deploying the whole project including the front-end stuff eats a considerable chunk of my data package.
Is there an option to deploy only all the functions, skipping the front-end, that I'm not aware of? If not, I think it's a great feature to have.
Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MadSkills-io/fullstack-serverless/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJAQFC22MFWUWS7C4TRK4DSH4S5RANCNFSM4R3QP2UA .
That's helpful. Thank you!
Added --no-client-deploy
flag in 0.8.0
Hello!
I like this library a lot. But I'm currently just using my mobile data to deploy some pet project to AWS.
Sometimes I have to deploy all the functions because for some reason, some files I
require()
from the function handler doesn't get updated if I upload only the specific function I have changes on. Deploying the whole project including the front-end stuff eats a considerable chunk of my data package.Is there an option to deploy only all the functions, skipping the front-end, that I'm not aware of? If not, I think it's a great feature to have.
Thanks!