Front-End Web & Mobile

Introducing Private APIs on AWS AppSync

Introducing Private APIs on AWS AppSync

AWS AppSync is a fully managed service that enables developers to create GraphQL APIs that can securely access, manipulate and combine data from one or more data sources. When you create a GraphQL API on AppSync, a public endpoint will be generated which can be used to send queries, mutations and subscriptions requests to the […]

Benchmarking your Mobile App with Rooted Android Private Devices and AWS Device Farm

Until recently, the primary reasons for rooting an Android device were to install custom ROMS, themes, or have access to file explorer on the device. Now, however, rooting devices is not just for customization but also unlocks utilities that help analyze and improve the performance of your app. With the launch of support for rooted […]

Announcing the Amplify UI StorageManager Component

Announcing the Amplify UI StorageManager Component

Amplify UI is a collection of accessible, themeable, performant React components that can connect directly to the cloud. Today we are announcing a new cloud-connected UI component called the StorageManager, which lets your users upload and manage files to the cloud. In this post you will learn how to use Amplify’s new StorageManager component to […]

Flutter GA Web and Desktop

Amplify Flutter announces general availability for web and desktop support

The AWS Amplify Flutter team is absolutely thrilled to unveil version 1.0.0, which streamlines cross platform app development by adding support for both web and desktop platforms. You can now with a single codebase target 6 platforms, including iOS, Android, Web, Linux, MacOS, and Windows. This update not only encompasses the Amplify libraries but also […]

push notifications launch image

AWS Amplify supports Push Notifications for Android, Swift, React Native, and Flutter apps

AWS Amplify is announcing push notifications support for Android, Swift, Flutter, and React Native. Push notifications are an essential component of modern mobile applications. They allow you to keep your users engaged and informed by delivering timely and relevant updates. AWS Amplify’s new push notification support means you can now leverage the power of the […]

Efficient truck routing with Amazon Location Service

Every day, trucks transport millions of tons of goods across the country, and the efficiency of their routing has a significant impact not only on logistics companies’ bottom line but also on the economy as a whole. Efficient truck routing is an essential component of the transportation and logistics industry, involving strategic planning of the […]

Building macOS apps using Amplify Library for Swift

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 cloud backend from your front-end application code. It provides language-specific constructs to abstract low-level details of the cloud API. It helps you to integrate services such as analytics, object storage, REST or […]

Optimize waste collection with Amazon 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 […]

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

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