At least for Python, it's usually easy. Just build a Docker image and push from Github action after merge and it's deployed.
Ask HN: How are you deploying your lambdas these days?
11–16 of 16 posts
Re: Ask HN: How are you deploying your lambdas these days?
#12For JS I use https://github.com/vercel/ncc
Re: Ask HN: How are you deploying your lambdas these days?
#13Can you briefly explain what you think the issues are? I'm just moving from azure functions over to lambda. Code will likely be dotnet and I just assumed I'd use the aws provided tools: codecommit/build/pipeline/deploy. Azure devops did the job fine last time.
Re: Ask HN: How are you deploying your lambdas these days?
#14I've been using AWS CDK which now supports go. The only gotcha is that I have to cleanup the build cache occasionally which can easily build up-to several gigs over time.
Re: Ask HN: How are you deploying your lambdas these days?
#15I've been using AWS Chalice[1] (Python), which powers SignalsTalk[2], YCVerify[3] and AirExif[4].
[1]: https://github.com/aws/chalice
[2]: https://www.signalstalk.com/
Re: Ask HN: How are you deploying your lambdas these days?
#16Serverless Framework V.4 looks awesome actually: https://www.youtube.com/watch?v=UQL_PPJUFOU