Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 7h ago 7 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Show HN: Deploy a Spring Boot App to AWS in 3 Minutes (Terraform and Lambda)
1 MykhailoZ 1 8/26/2025, 1:19:57 PM github.com ↗
I often found myself spending hours setting up the same AWS infrastructure whenever I wanted to test or launch a new Spring Boot project. It always felt repetitive:
- Wiring Terraform for DynamoDB, Lambda, API Gateway - Configuring IAM roles and permissions - Setting up GitHub Actions for CI/CD
So I built a small Starter Kit that automates this. With it, you can go from zero to working Spring Boot app on AWS in about 3 minutes.
I’d love your feedback:
Does this solve a real pain point for you? What would you add or change? Which AWS services would be most useful to integrate next?
Thanks! I’ll be here in the comments to answer questions