Front-End Web & Mobile
Category: Front-End Web & Mobile
Building macOS apps using Amplify Library for Swift
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. The Amplify Library for Swift is now generally available for macOS. Amplify is an open-source client-side library making it easier to access a […]
Optimize waste collection with HAQM Location Service and SageMaker
Routing optimization for waste bin collection In everyday life, we often use routing services to get directions on how to get from point A (i.e. home) to point B (i.e. work). Behind the scenes of these services, there are algorithms that calculate the best way to reach point B from point A and provide with […]
Add storage to a Next.js 13 app with AWS Amplify
This post builds on the initial post, Deploy a Next.js 13 app with authentication to AWS Amplify, which initialized our project with AWS Cognito authentication and deployed our project to Amplify Hosting and the previous post, Build a Product Roadmap with Next.js and Amplify, where we built an admin page for product managers to login […]
AWS AppSync now supports projection expressions in DynamoDB resolvers
AWS AppSync is a fully managed service that makes it easy to create and manage GraphQL and real-time APIs. Now, AWS AppSync API developers who use DynamoDB data sources can define projection expressions in their DynamoDB resolvers. Before today, DynamoDB resolvers for AWS AppSync APIs would retrieve all the attributes from a DynamoDB table. Now, […]
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 HAQM, Facebook, Google, and Apple. When authenticating with a social provider, the user goes through the provider’s auth flow and, in return, […]
NEW: Improved Data Management in Amplify Studio
The Amplify Studio team is excited to announce improvements to the Data Manager experience on Amplify Studio. Data Manager, formerly known as the Content Manager, is a visual interface for you to create and edit data stored within your Studio app’s GraphQL API. With this release, data manager’s reliability and performance will improve significantly, and […]
NEW: Real-time multi-group app with AWS Amplify GraphQL – Build a “Twitter Community” clone
In a recent industry survey, over 66.6% (up from 59.7% in 2019) of JavaScript developers have used real-time technologies. Multiplayer apps makes your app more delightful and drives more organic adoption through user collaboration. With today’s launch, AWS Amplify enables developers to configure dynamic multi-group authorization for real-time subscriptions. This is part three of a […]
AWS AppSync pipeline resolvers and functions now support additional array methods and arrow functions
AWS AppSync is a managed service that makes it easy to build scalable APIs that connect applications to data. Developers use AppSync every day to build GraphQL APIs that interact with data sources like HAQM DynamoDB, AWS Lambda, and HTTP APIs. With AppSync, developers can write their resolvers using JavaScript, and run their code on […]
One-time Password Authentication with the Amplify Libraries for Swift
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. There are many types of authentication flows for different apps, but using a one-time password (OTP) is one of the more mainstream authentication […]
Build a Product Roadmap with Next.js and Amplify
In this post let’s imagine we are a car company with a public roadmap. We have a global audience, who are regularly checking to see what features we have delivered for our in-car entertainment system. We’ll build an admin page for product managers to login and update the roadmap and have it reflected on the […]