Proper Examples #1013
-
I am currently using the aws-sdk-ios and considering a transition to the Swift SDK since I will be utilizing it with SwiftUI. However, I'm facing challenges finding comprehensive documentation or example code on how to establish an AWS connection, similar to what was available in the previous SDK. I believe that providing a proper example project with clear implementation steps would greatly benefit many developers in understanding and using the Swift SDK effectively. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The AWS SDK for Swift is currently in Developer Preview status. As such, the SDK is for evaluation & feedback purposes only. AWS does not recommend using this SDK for any other purpose at this time, and we do not have a timeframe for when it will be officially released as a generally available product, i.e. "1.0" status. In the interim, expect that our documentation may be incomplete, missing, or in a draft state. While we will improve and expand it as we approach general availability, we do not have a timeframe for when any part of our documentation will be published. I recommend that you continue to use |
Beta Was this translation helpful? Give feedback.
-
Thing is, it's virtually impossible to evaluate and give feedback. This API is incredibly obtuse to look at, and without a basic example (say, how do I connect to an S3 bucket, given the key pair I need for access), we can't give you any meaningful feedback. |
Beta Was this translation helpful? Give feedback.
The AWS SDK for Swift is currently in Developer Preview status.
As such, the SDK is for evaluation & feedback purposes only. AWS does not recommend using this SDK for any other purpose at this time, and we do not have a timeframe for when it will be officially released as a generally available product, i.e. "1.0" status.
In the interim, expect that our documentation may be incomplete, missing, or in a draft state. While we will improve and expand it as we approach general availability, we do not have a timeframe for when any part of our documentation will be published.
I recommend that you continue to use
aws-sdk-ios
for the foreseeable future if you are building or maintaining a producti…