Ask HN: How are you deploying your lambdas these days?
1–10 of 16 posts
Re: Ask HN: How are you deploying your lambdas these days?
#2I use the Javascript library of aws-cdk
Re: Ask HN: How are you deploying your lambdas these days?
#3Re: Ask HN: How are you deploying your lambdas these days?
#4Re: Ask HN: How are you deploying your lambdas these days?
#5Re: Ask HN: How are you deploying your lambdas these days?
#6Vercel / Next has them built into the framework these days. You just write a function and it deploys automagically with the rest of the frontend. I think they use Cloudflare Workers for that instead of AWS...? Not sure. https://vercel.com/docs/functions
Re: Ask HN: How are you deploying your lambdas these days?
#7Been working great for about 3.5 years now
Re: Ask HN: How are you deploying your lambdas these days?
#8AWS SAM. I'm using Go.
Re: Ask HN: How are you deploying your lambdas these days?
#9If you can write a function, you can deploy to the cloud. No infra or deployments to configure or manage. Storage, auth, payments, and more are all built right in.
Currently in beta and TypeScript only but support for all mainstream languages coming soon.
Re: Ask HN: How are you deploying your lambdas these days?
#10We’re building https://rx.run so you don’t have to think about these sorts of things and can just ship your app. If you can write a function, you can deploy to the cloud. No infra or deployments to configure or manage. Storage, auth, payments, and more are all built right in. Currently in beta and TypeScript only but support for all mainstream languages coming soon.