Front-End Web & Mobile
Category: Uncategorized
Automated Device Testing with AWS Device Farm and Jenkins
A strong indicator of quality of an app is its ability to run on multiple devices of different make, model, and manufacturer consistently and predictably. Incremental development models are at the core of every mobile app development team. Often a seemingly benign feature can be disruptive to the overall user experience and functioning of the […]
Using Amazon DynamoDB Document API with the AWS Mobile SDK for Android – Part 2
In the first part of this blog, we introduced you to the Amazon DynamoDB Document API. This API is a mechanism for accessing data in DynamoDB that doesn’t require you to map models to the data. Instead, you access the data through standard accessor methods on a standard Document object. In this blog post, we […]
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 […]
Amazon Cognito User Pools supports federation with SAML.
Last year, we launched SAML federation support for Amazon Cognito Identity. This feature enables you to get temporary scoped AWS credentials in exchange for a SAML response. Amazon Cognito Identity supports an API-based approach that requires you to parse the SAML response from the SAML IdP (Identity Provider) and call the Amazon Cognito Identity API with a […]
Web and Hybrid Mobile App Solution from AWS Mobile Hub and Ionic
AWS Mobile Hub and Ionic, an open source framework for building mobile apps, have teamed up to create an official Ionic starter project that demonstrates an end-to-end solution for hosting and building mobile web and hybrid applications on AWS. In this blog post, we explain what the project is, describe key areas, highlight additional use […]
Export, Import, and Clone AWS Mobile Hub Projects
This post was authored by Bharath Kumar, Sr. Product Manager, AWS Mobile. AWS Mobile Hub now supports exporting and importing the configuration of an AWS Mobile Hub project from the Mobile Hub console with a few clicks. You can import previously exported Mobile Hub projects from any AWS account or import your own exported 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 […]
Targeted push notifications and campaign management using Amazon Pinpoint and React Native
This post was authored by Michael Labieniec, AWS Solutions Architect Amazon Pinpoint makes it easy to run targeted campaigns to drive user engagement with mobile apps. Using Amazon Pinpoint you can understand user behavior, determine which users to engage with your campaigns, determine which messages to send, schedule the best time to deliver the messages, […]
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 […]
Create an Android Mobile App with Pinpoint using Mobile Hub
Amazon Pinpoint is a new AWS service that makes it easy to run targeted campaigns to improve user engagement. Amazon Pinpoint helps you understand your users’ behavior so that you can define who to target, what messages to send, and when to deliver them. Amazon Pinpoint tracks how your users interact with your app so […]