Front-End Web & Mobile

Category: AWS Amplify

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

Meet Our MLH Fellows of Summer 2022

AWS Amplify is a complete solution for quickly and easily building full-stack applications on AWS, and is dedicated to building open-source libraries and fostering a community for front end developers. As part of our effort in fostering an open-source community, we collaborate with Major League Hacking who offers the MLH Fellowship, which brings together talented […]

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

Authenticating AWS Amplify in an Expo React Native App using Okta OIDC

Managing user identities across multiple applications within an organization can be problematic. If your organization already has a solution for managing user access it is preferable that new applications integrate with currently exiting solutions rather than leveraging a novel mechanism. Okta is one such widely adopted identity management solution that may already be in play […]

New: Announcing custom primary key support for AWS Amplify DataStore

Amplify DataStore provides frontend app developers the ability to build real-time apps with offline capabilities by storing data on-device (web browser or mobile device) and automatically synchronizing data to the cloud and across devices on an internet connection. Since its initial release, DataStore has been opinionated with regards to the handling of model identifiers – […]

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

v2 Amplify Library for Android

AWS Amplify Library Announces v2.0 Amplify Library for Android

Today, we are excited to announce the general availability of v2.0 Amplify Library for Android! Amplify Library for Android allows developers building apps for the Android platform to easily include features like authentication, storage, maps, and more. The latest major version of this library has been re-written to improve Android developers experience and is now […]

Announcing new GraphQL API features in Amplify Studio

Today, AWS Amplify is announcing support for GraphQL APIs without Conflict Resolution enabled! With this launch, it’s easier than ever to use custom mutations and queries, without needing to manage the underlying conflict resolution protocol. You can still model your data with the same easy-to-use graphical interface. And, we are also bringing improved GraphQL API […]

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

Managing images in your NextJS app with AWS AppSync and the AWS CDK

In modern applications, sharing files is as much a necessity as having a database or authentication. When working with AWS, a common storage solution is to use Amazon Simple Storage Service (S3) where files are stored in an S3 bucket. The problem however, is a file often needs to be associated with data stored in […]