Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.