Skip to main content

5 posts tagged with "AWS Amplify"

The AWS Amplify tag archive contains a wealth of information, guides, and tutorials on using AWS Amplify to build and deploy serverless applications.

View All Tags

Supabase Alternatives: Choosing the Right Backend Platform

· 10 min read
Engineering Team

Evaluate Supabase alternatives by data model, auth, functions, realtime, portability, pricing shape, and the operational skills your team owns. This revised guide emphasizes supported APIs, production tradeoffs, and an upgrade-friendly path without tying the advice to a calendar year.

Building a Video Streaming App with React and AWS Amplify

· 9 min read
Engineering Team

This tutorial will guide you through the process of building a video streaming app using React and AWS Amplify. We will cover all the necessary steps, from setting up the development environment to implementing advanced features such as video search functionality and streaming analytics. By the end of this tutorial, you will have a fully functional video streaming app that can be deployed to AWS.

Angular and AWS Amplify: Building Serverless Apps

· 8 min read
Engineering Team

This tutorial will guide you through the process of building serverless apps using Angular and AWS Amplify. We will start by setting up the development environment, then move on to building the frontend and backend of our application. Finally, we will learn how to deploy and test our app. By the end of this tutorial, you will have a clear understanding of how to leverage the power of Angular and AWS Amplify to build serverless applications.

How To Use AWS Amplify in Flutter

· 12 min read
Full Stack Developer

For front-end web and mobile developers, AWS Amplify is a suite of tools and services that can be used together or separately to enable them to create scalable full-stack apps on AWS. App backends and connections can be configured in minutes with Amplify, static web applications can be deployed quickly and simply managed outside of the AWS interface with a few clicks.

React Native with AWS Amplify

· 22 min read
Full Stack Developer

aws amplify react-native

AWS Amplify is a framework that lets you develop a web or mobile application quickly, by accessing the backend cloud services offered by AWS. In this article, we are going to learn how to use AWS Amplify in React Native by building a fully functional login and registration flow. This tutorial is going to take a look at one of the most important features of a mobile application – the authentication. You know the scenario. You need to store some amount of user information (credentials) for them to get back and re-use the application rather than creating a new account. Please make sure to have an AWS account before you begin this tutorial. If you don’t, please sign up for one.