lealceldeiro / org.wcdevs.blog.cdk

Holds the CDK constructs to deploy resources from org.wcdevs.blog.core and org.wcdevs.blog.front to wcdevs.org

Home Page:https://wcdevs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Holds the CDK constructs to deploy resources from org.wcdevs.blog.core and org.wcdevs.blog.front to wcdevs.org

https://wcdevs.org

License:Apache License 2.0


Languages

Language:Java 98.2%Language:Shell 1.8%