Front-End Web & Mobile

Category: AWS Mobile Development

Introducing the Next Generation of AWS Amplify’s Fullstack Development Experience

AWS Amplify just announced a public preview of a new code-first developer experience that empowers frontend developers to quickly build and deploy fullstack apps with their existing TypeScript or Javascript skills. The first generation of the tooling offered a tooling-first experience, using a CLI/Console-based interactive workflow to create a backend. Gen 2 transitions to a […]

Federating users using sign in with apple and amplify for swift with code snippet of fererating a user using amplify api

Federating Users using Sign in with Apple and AWS Amplify for Swift

In many mobile apps, users are offered different ways to authenticate with the app like providing a username and password as well as offering options to sign in with a social provider like Amazon, Facebook, Google, and Apple. When authenticating with a social provider, the user goes through the provider’s auth flow and, in return, […]

One-time Password Authentication with the Amplify Libraries for Swift

There are many types of authentication flows for different apps, but using a one-time password (OTP) is one of the more mainstream authentication flows users expect from an app. An OTP flow consist of a user providing either a username or email address and receiving a code (usually 6 digits) via an email or text […]

re:Invent 2022 Wrapped: a Playlist for Web and Mobile App Developers

With 2022 in the rear view, re:Invent attendees have since unpacked their swag and organized a few gigabytes of photos from presentations, booth visits, and evening events. Those who attended virtually have long lists of notes, bookmarks, and questions for the AWS Amplify Discord. Finally, developers that weren’t able to attend are likely asking, “What […]

Supply Chain Automation using IoT and Location-Based Services

Keeping track of distributed assets across facilities and geographic locations is cumbersome. Businesses use various applications and approaches to maintain and manage asset lifecycles, which can get complex and tedious. This post will teach you a moderation approach using AWS IoT Core and Amazon Location Service (Amazon Location). To build the solution, you’ll utilize an […]

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

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

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

Building a reusable testing pipeline for AWS Amplify plugins

Amplify Video is an open source plugin for the Amplify-CLI that lets you quickly add live and video-on-demand streaming to your Amplify-powered applications. The Amplify Video community recently posted a recent article to the AWS Media Blog detailing their testing implementation testing for the plugin. If you’re building your own plugins or just curious to […]

Rapid iOS App Prototyping with Amplify Admin UI and SwiftUI

AWS Amplify now offers a new way to model your app’s data schemas that is easier than ever. The new Admin UI feature provides an easy-to-use interface where you can layout the models of your app, create relationships between them, and pull the Swift representation of those models into your codebase. In this post, you […]