SDKs

  • SDK == Software Development Kit
  • An SDK is a tool to help you use a specific technology
  • The AWS SDK helps you interact with AWS resources
  • Manages AWS API authentication
  • Gives you a nice Java-friendly interface
  • Smooths out sharp edges of the API (for example automatically retries failures)

2 / 22