Install the Liquibase Pro AWS Extension

The Liquibase AWS extension encompasses the three AWS S3, AWS Secrets Manager, and Amazon DynamoDB Pro extensions into one. This single, convenient source provides a unified user experience and allows for seamless work between the three tools.

Requirements

Prerequisites

Installation

CLI

  1. Navigate to the Liquibase AWS extension on Maven Central
  2. Download liquibase-aws-estension-<version>.jar and move it to the liquibase/lib directory

Maven Users

To use Liquibase with Maven, you must include the driver JAR(s) as a dependency in your pom.xml file. Using this information, Maven automatically downloads the driver JAR from Maven Central when you build your project.

1. Add the Liquibase AWS extension dependency in your pom.xml file to download the JAR:

<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-aws-extension</artifactId>
    <version>1.0.0</version>
</dependency>