Front-End Web & Mobile

Adrian Hall

Author: Adrian Hall

AWS Mobile gets Amplified: A new home for modern app development

In November 2017, we launched AWS Amplify, initially an open-source JavaScript library that makes it easier to develop cloud-connected mobile and web apps—and AWS AppSync, for creating a real-time and offline-capable data-layer API for your mobile and web apps. In the last 12 months, we’ve introduced significant additional capabilities for both AWS Amplify and AWS […]

Your guide to AWS mobile and web development at re:Invent 2018

AWS re:Invent 2018 is almost here, and we know you won’t want to miss any of the mobile and web app development sessions. We have a lot of great content this year—almost three times more than last year! In addition, you can hear from several customers, including Hulu, ALDO, and Ticketmaster, on how they used […]

AWS AppSync releases new guided API builder

Today, we’re launching a new guided API builder for AWS AppSync. Before today, knowing GraphQL was a prerequisite for building an AWS AppSync API because AWS AppSync is powered by GraphQL. GraphQL is a powerful API query language that allows your backend and applications to perform complex data fetching in a single round trip for […]

Testing mobile apps with Cucumber and Appium through TestNG on AWS Device Farm

Mobile testing frameworks have matured in functionality to support the innumerable features of modern apps. In this blog post, we’re going to dive into how to set up a local development environment for Android app development, and then use Appium to perceive our sample app from a test perspective. Then, we’re going to show how […]

AWS AppSync adds quick-start sample for Amazon Aurora

AWS AppSync has support for a wide variety of data storage options—including Amazon DynamoDB, Amazon ElasticSearch Service, and AWS Lambda.  Today, we’re announcing the availability of a quick-start that connects to Amazon Aurora MySQL mode using AWS Lambda.  You create this connection using a Lambda function that executes a SQL statement (provided by an AWS […]

Building ADFS Federation for your Web App using Amazon Cognito User Pools

March 31, 2023: An update to this post was published on the AWS Security Blog. Please see this post for the most up-to-date info. User authentication and authorization can be challenging when you’re building web and mobile apps. The challenges include handling user data and passwords, token-based authentication, federating identities from external identity providers (IdPs), […]

AWS AppSync releases an enhanced “no-code” GraphQL API builder, HTTP resolvers, new built-in scalar types, and SDK cache abstraction

September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. This past week at the AWS Summit – New York, we announced some new features for AWS AppSync and the client SDK. We’ve been working closely with developers in the community to enhance their experience in building applications, and the […]

User settings sync for Android with AWS AppSync

Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is generally shown as a key-value pair, where the keys and values […]

User settings sync for iOS with AWS AppSync

Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is generally shown as a key-value pair, where the keys and values […]