Front-End Web & Mobile
Using Amazon DynamoDB Document API with AWS Mobile SDK for Android – Part 1
The AWS Mobile SDK for Android helps developers write mobile apps by providing simplified APIs for using AWS services, such as Amazon Cognito and Amazon DynamoDB. In the past, to access data, you needed to use the DynamoDB Object Mapper (or use the service APIs). You then had to define a model within your mobile […]
Encrypting an Amazon S3 object on the client side with AWS KMS and the AWS Mobile SDK for Android
Starting with the AWS Mobile SDK for Android version 2.4.0, you have two options to encrypt client-side objects before sending them to Amazon S3: an AWS Key Management Service (AWS KMS) customer master key (CMK) or a client-side master key. Customer master key When using an AWS KMS customer master key (CMK) for […]
AWS Mobile SDK for iOS version 2.5.0 – Improvements and changes to Swift support
What Version 2.5.0 of the AWS Mobile SDK for iOS introduces better compatibility for a Swift 3 migration. This blog walks through improvements and breaking changes with this SDK release that are relevant for Swift developers. When you open your legacy Swift 2.x project with Xcode 8.0 for the first time, you will be prompted […]
AWS Mobile Hub Helper Code for iOS is now Available on GitHub
In March 2016 we announced Swift support for AWS Mobile Hub. To make it easier for developers to integrate, we moved the code into a single framework. A side effect of that move was that the source code was no longer included in the project download. Customers could not update the source code of the […]
Unity V3 support in the AWS SDK for .NET is out of preview
Last month, we announced that the AWS SDK for Unity will be part of the AWS SDK for .NET with preview support for the AWS SDK for Unity. With today’s release, we are ready to label the AWS SDK for Unity as production ready. You can now upgrade the SDK simply by deleting the version […]
AWS SDK for Unity Is Now Part of AWS SDK for .NET
In May 2015, we announced the general availability of the AWS SDK for Unity. Since then we have added support for many AWS services, including Amazon Simple Notification Service (Amazon SNS), AWS Lambda, and Amazon Simple Queue Service (Amazon SQS). We have also been incorporating feedback we have received along the way. The AWS SDK […]