Skip to content

awslabs/aws-sdk-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ec5c0c Â· Oct 11, 2024
Oct 10, 2024
Oct 8, 2024
Sep 26, 2024
Jul 10, 2024
Oct 11, 2024
Jul 9, 2024
Apr 21, 2023
Oct 11, 2024
Sep 30, 2021
Sep 24, 2024
Jul 9, 2024
Jan 11, 2024
Jul 17, 2024
Jul 21, 2021
Jul 14, 2020
Jul 14, 2020
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024
Sep 19, 2024
Jul 10, 2024
Jul 9, 2024
May 8, 2024
Sep 12, 2024
Jul 23, 2020
Jul 23, 2020
Oct 11, 2024
Aug 20, 2024
Dec 14, 2021

Repository files navigation

aws_logo.png AWS SDK for Swift

License

Getting Started

To get started using the SDK, follow the setup instructions at Set up the AWS SDK for Swift, then check out our step-by-step tutorial at Get started with the AWS SDK for Swift.

Feedback

If you'd like to provide feedback, report a bug, request a feature, or would like to bring attention to an issue in general, please do so by submitting a GitHub issue to the repo here.

This is the preferred mechanism for user feedback as it allows anyone with similar issue or suggestion to engage in conversation as well.

Contributing

If you are interested in contributing to AWS SDK for Swift, see CONTRIBUTING for more information.

Development

Runtime Modules (under Sources/Core/)

  • AWSClientRuntime - concrete types, protocols, enums, etc. that provide most AWS specific runtime functionalities for the SDK. Has several other runtime modules as its dependencies.
  • AWSSDKChecksums - implementation for handling checksum in AWS requests
  • AWSSDKCommon - concrete types used by other runtime modules
  • AWSSDKEventStreamsAuth - concrete types for signing AWS event stream message
  • AWSSDKHTTPAuth - concrete types for AWS SigV4 signer, and types related to auth flow
  • AWSSDKIdentity - concrete types for AWS credentials and identity resolvers

📖 For more information on runtime modules, see the AWS Runtime Module Documentation in API reference

License

This library is licensed under the Apache 2.0 License.

Security

Please refer to our security policy.