AWS SDK for Java Actions supported?

0
Has anyone successfully integrated the AWS SDK with a Mendix Java action?  I want to create a module with some AWS services. Currently I’m calling the REST services directly, which works, but figured I should also consider using SDKs as well if possible, thanks.
asked
1 answers
1

You can use the AWS SDK in Java Actions, you just need to put the required jars in your userlib folder.

answered