You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight Java build tool with zero external dependencies. Compiles projects, auto-detects main classes, and generates executable JARs using pure Java 21+. Supports .zb configuration files and automatic source discovery. A simple alternative to Maven/Gradle for straightforward Java projects.
Quarkus MicroProfile template with BCE architecture pattern. Features boundary-control-entity separation, System Tests in a standalone module, REST endpoints with JAX-RS, CDI for dependency injection, and MicroProfile-only dependencies. A ready-to-use foundation for lean BCE apps.
A serverless CI/CD pipeline that automates the build, testing and deployment of Java applications without the need for dedicated infrastructure. It features automated Git-triggered builds, Maven support and GitHub source control integration, as well as CDKv2-based infrastructure as code.
The Quarkus/MicroProfile application is provisioned as an AWS Bedrock AgentCore Runtime with CDK. System tests are included. The implementation adheres to the AWS Bedrock agent runtime specifications.