Front-End Web & Mobile

Yosuke Matsuda

Author: Yosuke Matsuda

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 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 […]

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 […]