Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/aws-sdk-ios-samples
This repository has samples that demonstrate various aspects of the AWS SDK for iOS, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-ios/
https://github.com/awslabs/aws-sdk-ios-samples
aws ios
Last synced: 5 days ago
JSON representation
This repository has samples that demonstrate various aspects of the AWS SDK for iOS, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-ios/
- Host: GitHub
- URL: https://github.com/awslabs/aws-sdk-ios-samples
- Owner: awslabs
- License: apache-2.0
- Created: 2014-12-16T17:47:03.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T00:12:36.000Z (21 days ago)
- Last Synced: 2024-12-28T02:06:22.337Z (12 days ago)
- Topics: aws, ios
- Language: Swift
- Homepage:
- Size: 7.44 MB
- Stars: 1,043
- Watchers: 107
- Forks: 755
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The AWS SDK for iOS Samples
This repository has samples that demonstrate various aspects of the [AWS SDK for iOS](https://github.com/aws-amplify/aws-sdk-ios).
### Resources
* [Developer Guide for AWS SDK for iOS](https://aws-amplify.github.io/docs/ios/start)
Please refer to **README.md** in each sample directory for more specific instructions.
### List of Samples
* S3TransferUtility-Sample ([Swift](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/S3TransferUtility-Sample/Swift/), [Objective-C](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/S3TransferUtility-Sample/Objective-C/)). This is a sample mobile application that demonstrates how to use the Amazon S3 PreSigned URL Builder to download / upload files in background. Involved AWS Services are:
+ Amazon S3
+ Amazon Cognito Identity* IoT-Sample ([Swift](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/IoT-Sample/Swift/)). This is a sample mobile application that demonstrates how to publish and subscribe to data using AWS IoT. Involved AWS Services are:
+ Amazon AWS IoT
+ Amazon Cognito Identity* Lex-Sample ([Objective-C](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/Lex-Sample/ObjC/), [Swift](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/Lex-Sample/swift-3/)). This is a sample mobile application that demonstrates how to use text to text chat and voice to voice chat using Amazon Lex. Involved AWS Services are:
+ Amazon Lex
+ Amazon Cognito Identity* Polly-Sample ([Swift](https://github.com/awslabs/aws-sdk-ios-samples/tree/main/Polly-Sample/Swift/)). This is a sample mobile application that demonstrates how to get the list of voices and synthesize speech using Amazon Polly. Involved AWS Services are:
+ Amazon Polly
+ Amazon Cognito Identity### Getting Help
We use [AWS iOS SDK GitHub issues](https://github.com/aws-amplify/aws-sdk-ios/issues) for tracking questions, bugs, and feature requests.