Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Skip to main content

AWS SDK for Swift

Develop and deploy applications with the AWS SDK for Swift. The SDK makes it easy to call AWS services using idiomatic Swifty APIs.

How it works

The AWS SDK for Swift simplifies the use of AWS services by providing a set of libraries that are consistent and familiar for Swift developers. All AWS SDKs support API lifecycle considerations such as credential management, retries, data marshaling, and serialization.

The AWS SDK for Swift provides Swift APIs for each AWS service. Using the SDK, you can build Swift applications that work with Amazon S3, Amazon EC2, Amazon DynamoDB, and more.

  

Features

The AWS SDK for Swift is written with multi-platform support in mind. It supports iOS, macOS, and Linux environments today, with support for other Swift-supported platforms coming in future releases. 

The AWS SDK for Swift takes advantage of modern Swift language features such as async/await, inferred types, and others. The SDK also integrates with the popular Swift libraries such as Swift Log and Swift Collections, and uses Swift Package Manager (SPM) for compiling and distribution.

The AWS SDK for Swift has a modular architecture with a separate package published for each service. This allows you to reduce application bundle size and improve application performance by only importing the packages your application requires.