Front-End Web & Mobile

Tag: aws-amplify

Integrate AWS Step Functions with AWS Amplify using Amplify Custom Resources

AWS Amplify makes it possible to add custom AWS resources to an Amplify-created backend using the amplify add custom command and the AWS Cloud Development Kit (AWS CDK) or AWS CloudFormation. By doing so, developers can easily add and manage AWS resources beyond Amplify’s built-in use cases to their projects. AWS Amplify makes it fast […]

Branch Insurance improves hiring diversity and accelerates app development using AWS AppSync

Branch Insurance is an insurance technology startup that provides simple insurance policies and comprehensive bundles to customers in the United States. The company set out to radically simplify the end-user experience for insurance customers by offering bindable prices based on just a couple simple pieces of information – the customer’s name and address. One of Branch’s […]

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

Create and deploy a Next.js 13 app with user auth to AWS Amplify Hosting

Deploy a Next.js 13 app with authentication to AWS Amplify

Introduction NEW: Watch our recent Build and deploy a full-stack Next.js web app with AWS Amplify webinar for a video tutorial of this blog post. AWS Amplify Hosting is a fully managed hosting service for applications built using static site generation (SSG) and server-side rendering (SSR) frameworks including Next.js 12 and 13. This tutorial explains […]

Cloud Brigade Accelerates Full-Stack App Development with AWS Amplify

Since 2005, Cloud Brigade has served as a strategic IT advisor and provider of custom business and technical services for companies of all sizes. Their team develops software solutions with a particular focus on advanced machine learning, artificial intelligence, and Internet of Things (IoT) projects. Previously, the team followed a monolithic approach to develop custom […]

awsamplify_aws_blog_amazon_appstore

AWS Amplify and the Amazon Appstore Small Business Accelerator Program

Amazon recently launched the Appstore Small Business Accelerator Program. This new program enables application developers to build a scalable business by reducing cloud infrastructure costs, while also offering better revenue share to help them get started on their own Day 1. For developers that earned less than $1 million in revenue in the previous calendar […]

Text to Speech on Android Using AWS Amplify

AWS Amplify offers many categories that focus on making specific uses cases easier to implement using a variety of AWS Services under the hood. The Amplify Predictions category enables you to integrate machine learning into your application without any prior machine learning experience. In this blog post, you will learn how to use the Predictions category […]

Your front-end web and mobile guide to re:Invent 2022

Your front-end web and mobile guide to re:Invent 2022

We’re excited to join the global cloud computing community virtually and in Las Vegas for AWS re:Invent, a learning conference for meeting fellow builders, getting inspired, and rethinking what’s possible. The event begins on November 28, 2022 and will feature keynote announcements, training and certification opportunities, access to more than 2,000 technical sessions, a partner […]

Feature Launch: Deploy a fullstack Next.js 13 app with AWS CDK

Deploy a NextJS 13 application to Amplify with the AWS CDK

Modern application development often includes features such as authentication, API setup, and file storage. In a previous post we saw how AWS Amplify and the AWS CDK manage the undifferentiated heavy-lifting of standing up these services. However, without a hosting platform your customers would never see your product. Fortunately, AWS Amplify Hosting is a platform […]