Description
The AWS SDK for Java 2.0 reached general availability back in November 2018 (more information on their official blog post) and has de facto become the preferred way of integrating with AWS using Java.
Amongst other benefits, using it rather than the old version improves performance and allows to write cleaner code, as it supports more modern language constructs and has a consistent API across the different services.
The V1 SDK has not yet been officially deprecated, however Camel will need updating at some point, especially as more and more applications are being migrated to use the V2 SDK.
Attachments
Issue Links
- is related to
-
CAMEL-11702 Camel-AWS: Investigate and upgrade to 2.0 SDK
- Resolved