Hacker News new | ask | show | jobs
by idmontie 1383 days ago
I usually just use terraform to deploy to AWS with some additional scripts to rsync files from the CI/CD pipeline.

At this point I just have a template to do it and reuse it in my various projects.

If I don't need a server, I usually just use the Serverless framework.

1 comments

Can you please explain how/why terraform is used?