Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.91 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.91 KB

org.wcdevs.blog.cdk

License: Apache maven-central Maven Build CodeQL codecov

Holds CDK constructs with an opinionated AWS CDK configured resources which provides capabilities to define AWS cloud resources. Many of the configuration can be modified via input arguments.

Users of this library, should use Java 17+ and the following versions of these dependencies as well

This is a Maven based project, so you can open it with any Maven compatible Java IDE to build and run tests.

To add it as a dependency from Maven Central to your project, add it to your pom.xml as follows, by replacing ${cdk-construct-version} with the displayed version on the top badge.

<dependencies>
  <dependency>
    <groupId>org.wcdevs.blog</groupId>
    <artifactId>cdk</artifactId>
    <version>${cdk-construct-version}</version>
  </dependency>
</dependencies>

For more options, see https://mvnrepository.com/artifact/org.wcdevs.blog/cdk