You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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