Software Development Kits
AWS software development kits simplify the use of AWS services in custom applications. Application developers can use an SDK to integrate their applications with AWS services easily and reliably. SDKs save application developers from having to write low-level code to interact directly with the AWS service API endpoints. Instead, the developer just uses the SDK’s well-documented methods to learn how to incorporate it into their application.
AWS offers SDKs for the following popular programming languages:
- Java
- .NET
- Node.js
- PHP
- Python
- Ruby
- JavaScript
- Go
- C++
Mobile Software Development Kits
AWS also offers mobile SDKs for the development of applications for smartphones and tablets. Available mobile SDKs include the following:
- AWS Mobile SDK for Android.
- AWS Mobile SDK for iOS.
- AWS Mobile SDK for Unity, a popular engine for creating games that can run on both iOS and Android.
- AWS Mobile SDK for .NET and Xamarin, which are cross-platform application development...