Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
plumbus11947yI dont know if it will help your workflow but chrck out mosh. Mobile shell its like ssh but designed for poop connections.
In your situation i might setup a desktop to handle deploys: mosh / ssh into the desktop, push deploys from there. Since your file transfers are over moshe from train to desktop, and desktop has reliable connection, deploys wont fail for connection. Only trick is waiting for train ti desktop data transfer.
I haven't actually done this but considered it more than once... -
@Artemix function as a service. Aka server less architecture. The new buzzword that client has heard and wants it -.-
-
Are you using server less framework? I have been working on lambda. And I know your pain. It sucks balls. Why can't they just allow you to git push it. Stupid stupid design. Takes minimum of 10mins for single deployment to test
-
caxor87y@rohitshetty
Using serverless framework yes - my general experience is, if you get more than 10-15 functions within serverless.yml it tends to start slowing down (due to cloudformation)
I split up my API's per /subpath
Which has the added bonus of being able to deploy single parts of the API
Related Rants
Been developing a FAAS backend for a mobile app while going back and forth to work in the train, constantly loosing wifi and failing deployments, it's like waterboarding for geeks
undefined
lambda
faas
shootmenow
slow internet
torture
aws
train