blingbling🌟 pfp
blingbling🌟
@16
Which is easier to maintain, cheaper, and more stable: deploying a continuously running service on a self-hosted server or launching an on-demand service in the cloud?
2 replies
0 recast
0 reaction

blobs pfp
blobs
@blobs
cloud
1 reply
0 recast
0 reaction

blingbling🌟 pfp
blingbling🌟
@16
What kind of services do you usually deploy on the cloud? Serverless or continuously running services?
1 reply
0 recast
0 reaction

blobs pfp
blobs
@blobs
all continuously running services; i don’t like serverless b/c i can’t set up local dev environment we do use hasura cloud which manages our graphQL API between clients and DB everything else we deploy via AWS ECS
2 replies
0 recast
0 reaction

vincent pfp
vincent
@pixel
what do you mean can't setup local dev environment, if you have /api routes on nextjs, you can just call it on localhost:3000/api, no?
1 reply
0 recast
0 reaction

blobs pfp
blobs
@blobs
okay yes. but we don’t use next.js/vercel for backend 😅 i was thinking using AWS lambdas … and it’s really confusing to get local env set up
1 reply
0 recast
0 reaction