MadSkills-io / fullstack-serverless

Serverless Plugin - Simplify creating a full stack serverless web app
https://www.madskills.io/fullstack-serverless
Other
111 stars 43 forks source link

Option to deploy functions only #32

Closed andyautida14 closed 3 years ago

andyautida14 commented 4 years ago

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!

andrewphahn commented 4 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 .

andyautida14 commented 4 years ago

That's helpful. Thank you!

andrewphahn commented 3 years ago

Added --no-client-deploy flag in 0.8.0