This project is dependent on the AWS Signature Version 4 Connector: (https://github.com/djuang1/awsv4auth-extension)
Publish the AWS Signature Version 4 Connector to your Exchange and reference the module in the pom.xml
<dependency>
<groupId>[Group ID]</groupId>
<artifactId>awsv4auth-extension</artifactId>
<version>1.0.1</version>
<classifier>mule-plugin</classifier>
</dependency>