adam bien's blog

constructions.cloud: Java CDK Templates for AWS 📎

constructions.cloud provides a curated collection of Java-based AWS deployment examples using CDK infrastructure-as-code. The repository contains production-ready patterns for building serverless applications on AWS.

The collection includes repositories covering common AWS patterns:

Foundation & Setup
CDK development environment configuration and foundational templates
Serverless Compute
Lambda implementations from minimal POJO examples to Quarkus-powered HTTP APIs
AI Integration
Bedrock Agent Core implementations including runtime agents and MCP gateway patterns
Storage & CDN
S3 integration examples and CI/CD pipelines with CloudFront distribution

Each repository follows the bce.design architecture with minimal dependencies. The Quarkus examples replace traditional microservices with serverless HTTP APIs. The POJO examples handle AWS events (S3, SQS, EventBridge) without framework overhead.

Visit constructions.cloud to explore the collection.