Featured Repositories

AWS Java CDK Setup

CDK Java Setup

aws-java-cdk-setup

Essential setup guide and tooling for Java-based AWS CDK development, providing the foundation for building infrastructure-as-code projects with Java and CDK.

AWS Lambda Function URL with Quarkus and CDK

Lambda Function URL Quarkus CDK

aws-quarkus-lambda-function-url-cdk-plain

Serverless Java application using Quarkus framework deployed to AWS Lambda with Function URLs, provisioned using CDK infrastructure-as-code.

Plain AWS Lambda with CDK

Lambda CDK POJO

aws-lambda-cdk-plain

Minimal, asynchronous AWS Lambda function implementation in Java, provisioned with CDK infrastructure-as-code. A straightforward example without additional frameworks.

AWS CI/CD Website with CDK

S3 CloudFront CodePipeline Route 53 CDK

aws-cicd-website-cdk

Complete CI/CD pipeline for static website deployment on AWS using S3, CloudFront, and automated deployment workflows, all provisioned with CDK.

AWS Quarkus Lambda HTTP API with CDK

Lambda HTTP API Quarkus CDK

aws-quarkus-lambda-http-api-cdk-plain

Serverless Java application using Quarkus framework deployed to AWS Lambda with HTTP Api, provisioned using CDK infrastructure-as-code.

Plain AWS CDK Foundation

CDK Foundation Infrastructure

aws-cdk-plain

Foundational AWS CDK project template in Java, providing the essential structure and patterns for infrastructure-as-code development without specific service implementations.

AWS Quarkus Agent Core Runtime with CDK

Bedrock Agent Core Quarkus CDK

aws-quarkus-agent-core-runtime-cdk-plain

AI agent implementation using Quarkus and AWS Bedrock Agent Core, deployed with CDK infrastructure-as-code for building intelligent serverless applications.

AWS Quarkus Lambda HTTP API with S3 and CDK

Lambda HTTP API S3 Quarkus CDK

aws-quarkus-lambda-http-api-s3-cdk-plain

Quarkus-based HTTP API on AWS Lambda with S3 storage integration, provisioned using CDK infrastructure-as-code for building serverless applications with persistent storage.

AWS Agent Core Gateway Lambda with CDK

Bedrock Agent Core Gateway Lambda CDK

aws-agent-core-gateway-lambda-cdk-plain

Serverless remote MCP server exposing Lambda POJOs via the Model Context Protocol. Built with AWS CDK, demonstrates a Bedrock Agent Core Gateway integration with Cognito authentication. Features include event-driven Lambda processing, JWT-based access control, and interactive MCP Inspector support.