1# AWS SDK Module Path Tests 2 3## Description 4This module is used to test using SDK on module path with Java 9+. 5 6- Mock tests: calling xml/json prococol sync/async clients using mock http clients. 7- Integ tests: calling service clients using `UrlConnectionHttpClient`, `ApacheHttpClient` and `NettyNioAsyncHttpClient`. 8 9## How to run 10``` 11mvn clean package 12mvn exec:exec -P mock-tests 13mvn exec:exec -P integ-tests 14``` 15 16 17