Amazon SDK
----------
You need to manually download the official amazon php sdk first!
Download here: https://webservices.amazon.com/paapi5/documentation/quick-start/using-sdk.html

Keep these folders
amazon_pa/amazon_sdk/src
amazon_pa/amazon_sdk/vendor
The other files can be deleted.


Place them into the libraries folder so you have a structure like
/libraries/amazon_sdk/vendor/autoload.php

It also can be placed inside the modules directory itself
Create a directory "amazon_sdk" inside the "amazon_pa" folder and place the lib here.
Should be accessible like this: "/amazon_pa/amazon_sdk/vendor/autoload.php"
