Front-End Web & Mobile
Geo Library for Amazon DynamoDB – Part 2: GeoDataManagerConfiguration
In order to use Geo Library for Amazon DynamoDB, you need to go through some setup steps. GeoDataManagerConfiguration represents the mandatory and optional configurations, and in this blog post, I’ll show you how to use GeoDataManagerConfiguration to customize the behavior of Geo Library. Instantiating GeoDataManager GeoDataManager is the main class you interact with when using […]
Geo Library for Amazon DynamoDB – Part 1: Table Structure
Geo Library for Amazon DynamoDB supports geospatial indexing on Amazon DynamoDB datasets. The library takes care of managing Geohash indexes. You can use these indexes for fast and efficient execution of location-based queries over DynamoDB items representing points of interest (latitude/longitude pairs). Some features of this library are: Life Cycle Operations: Create, retrieve, update, and […]
S3TransferManager for iOS – Part II: Asynchronous Uploads Best Practices
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. This post demonstrates some best practices […]
S3TransferManager for iOS – Part I: Asynchronous Uploads
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Transferring files to and from Amazon […]
Why is the AWS SDK for iOS so big?
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. This is a question we have […]
Using the AWS SDK for iOS with Third Party Frameworks
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. When you are using the AWS […]
Using the AWS SDK for iOS Asynchronously – Part IV: Grand Central Dispatch (GCD) Best Practices
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In a previous post, you leaned […]
Using the AWS SDK for iOS Asynchronously – Part III: Using Grand Central Dispatch (GCD)
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Grand Central Dispatch (GCD) is a […]
How Not to Throw Exceptions with the AWS SDK for iOS
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Whenever early versions of the AWS […]
Using the AWS SDK for iOS Asynchronously – Part II: AmazonRequestDelegate Best Practices
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In my previous post, I demonstrated […]