Skip to content

djuang1/aws-sig-v4-example-mule4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Signature V4 Connector Example Project

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>

About

Example showing AWS Signature V4 Connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published