Front-End Web & Mobile

Category: Technical How-to

Introducing template evaluation and unit testing for AWS AppSync resolvers

AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources with a single network call. In GraphQL, developers write resolvers, units of code that implement the business logic that controls how to fetch […]

ResMed Improves Agility and User Satisfaction Using AWS AppSync

Digital health leader ResMed is one of the leading global providers of cloud-connected solutions for people with sleep apnea, COPD, asthma, and other chronic conditions. In 2021, ResMed helped improve the lives of over 133 million people in over 140 countries. Now, ResMed has a goal to improve 250 million lives in 2025, and it […]

How to create a one-time password authentication flow using Amplify Flutter

AWS Amplify is a set of tools and services that enables mobile and front-end web developers to build secure, scalable full-stack applications powered by AWS. Amplify recently released a new enhancement for the authentication category to allow Flutter developers to set up custom authentication challenges using Amazon Cognito AWS Lambda triggers.  This guide shows how to […]

Case Study: ProSiebenSat.1 Media SE delivers interactive TV experiences using AWS serverless solutions

Creating interactive viewing experiences during both live and prerecorded shows improves customer satisfaction. With millions of viewers casting their votes during popular singing contests or responding to opinion polls during talk shows, Seven.One Entertainment Group had to build an interactive television solution that could handle large, sudden spikes in traffic during the show. To handle […]

Case Study: Knowt builds online education app on AWS to help students and teachers

Fast-growing educational technology startup Knowt developed an app in to change the way students and teachers study and create assessments. Using a powerful algorithm and artificial intelligence, the app quickly and automatically converts notes from students and teachers into quizzes and flash cards. However, the startup eventually noticed an area in need of improvement. It […]

Case Study: State Auto cuts production time to a day using AWS AppSync and AWS Amplify

State Automobile Mutual Insurance Company (State Auto), a property and casualty insurer operating in 33 US states, provides insurance products covering personal, commercial, farm and ranch, and workers’ compensation risks. In 2019, State Auto decided to create a cloud-native version of its traditional technology stack using Amazon Web Services (AWS). State Auto sells insurance products […]

Creating serverless GraphQL APIs from RDS databases with AWS AppSync and PostGraphile

GraphQL is a query language for APIs that provides an understandable description of the data in your API, and that allows clients to ask for data in the shape that they need it. GraphQL helps developers implement applications faster, by giving developers the ability to query multiple databases, microservices, and APIs with a single GraphQL […]

How FINRA Built Xpand Reality, an Augmented Reality Simulation App for Investor Education

This is a guest blog by Sumalatha Bachu [Director, Technology] and Kumar Siddhartha [Lead Developer], Financial Industry Regulatory Authority (FINRA). FINRA is dedicated to protecting investors and safeguarding market integrity in a manner that facilitates vibrant capital markets. 2021 marked FINRA’s sixth annual internal hackathon, entitled the Createathon. The three-day event is an important part […]

8 New features in the Amplify Authenticator for web you should try

8 New features in the Amplify Authenticator for web you should try

This post is written by Erik Hanchett who works at AWS Amplify. Last year, we launched a new redesigned version of our Amplify Authenticator for React, Vue, and Angular (read our launch blog post here). The new Authenticator allows you to add a login experience to your app with a single line of code. It addresses […]

Useful AWS AppSync GraphQL Utility Helpers you might not know about

AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources with a single network call. With GraphQL, special functions called Resolvers are used to implement business logic linking or “resolving” types, fields, or […]