Initial release of the AWS Spring Boot Serverless Template.
This version includes a complete boilerplate setup to build, deploy, and test Spring Boot applications using AWS Serverless technologies. Ideal for quickly scaffolding cloud-native Java apps with minimal infrastructure setup.
Features:
- 🟢 Deploy Spring Boot apps to AWS Lambda via SAM
- 🌐 Auto-provisioned API Gateway for HTTP access
- 🧰 Infrastructure-as-Code using AWS CloudFormation
- 💾 S3-based artifact storage
- 🔍 Built-in
/health
endpoint with system diagnostics - 📈 Integrated CloudWatch log management (Lambda + API Gateway)
- 🛠️ Easy deployment via
./deploy.sh
with build/test/deploy/clean options
Getting Started:
Run ./deploy.sh
and follow the prompts to configure and deploy your stack.
💡 Designed for DevOps engineers and Java developers building scalable, event-driven APIs on AWS.