We are currently developing AWS Lambda in java an using AWS Java SDK.
Found that AWS SDK is available in 2 packages ... but could not locate the difference and which one is better (or what is purpose of having two).
Would appreciate if somebody can throw some light on this.
to be exact ... The AWS api can be used using
import com.amazonaws.*
and
import software.amazon.awssdk.*
~ thank you