Hacker News new | ask | show | jobs
by whinvik 974 days ago
> you can't easily have CI/CD (I still don't know how you get the code of a lambda from and to git ?!?!),

I had to go through a couple of attempts at it before settling on building and pushing Docker images via GitHub Actions. Now deployment is a breeze.

However, I don't know if it's optimum to use Docker images in terms of performance.