AWS Java CDK 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.
Streamlined Java-based AWS deployments using CDK infrastructure-as-code
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-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.
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-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-cdk-plain
Serverless Java application using Quarkus framework deployed to AWS Lambda with HTTP Api, provisioned using CDK infrastructure-as-code.
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-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-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-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.