Front-End Web & Mobile
Category: AWS AppSync
The most visited Front-end Web and Mobile blog posts in 2024
As we kick off 2025, I wanted to take a moment to highlight the top posts from 2024. Without further ado, here are the 10 front-end web and mobile blog posts of 2024. Fullstack TypeScript Reintroducing AWS Amplify – This blog post announces the general availability of AWS Amplify Gen 2, a fullstack TypeScript experience […]
Working with AWS AppSync Events: Real-time Web Games with Chat
In this post, we’ll look at the core concepts needed to create an online version of a game where players try to match four of their tokens in a row. We’ll also see how AWS Amplify Gen 2 enables us to quickly connect to an AWS backend, and how AWS AppSync events allows players to […]
Working with AWS AppSync Events: Serverless WebSockets for Pub/Sub
AWS AppSync simplifies and manages connecting applications to events, data, and AI models. Now, with the new addition of AWS AppSync events, developers can create real-time experiences by publishing updates from any event source to subscribed clients over serverless WebSockets. AWS AppSync events offers a standalone Pub/Sub service that is not bound to GraphQL. In […]
Building RAG-based applications with AWS Amplify AI Kit and Neon Postgres
Modern application development has shifted to include not just tooling that offers a great developer experience (DX), but a sensible balance between simply getting started and the path to production. It is this very sentiment that inspired the release of Amplify AI kit. This abstraction over common AI tasks like conversing with a large language […]
Build fullstack AI apps in minutes with the new Amplify AI Kit
Today we are excited to announce the general availability of the AWS Amplify AI kit, the quickest way for fullstack developers to build web apps with AI capabilities such as chat, conversational search, and summarization. With the Amplify AI kit you can build fullstack generative AI functionality without prior experience in cloud architecture or machine […]
Announcing AWS AppSync Events: serverless WebSocket APIs to power real-time web and mobile experiences at any scale
Today, AWS AppSync announced AWS AppSync Events, a feature that lets developers easily broadcast real-time event data to a few or millions of subscribers using secure and performant serverless WebSocket APIs. With AWS AppSync Events, developers no longer have to worry about building WebSocket infrastructure, managing connection state, and implementing fan-out. Developers simply create their […]
Enduring Race Pace: How IMSA delivers real-time GTP telemetry to the fans
IMSA and AWS deliver real-time telemetry data from 180+ sensors on GTP hypercars to fans via sub-second streaming, immersing spectators in the cutting-edge hybrid technology on track.
Best practices for AWS AppSync GraphQL APIs
In this post, we will look at strategies to consider when building out your GraphQL API and explore why AWS AppSync is a great choice for building and deploying this API. We will review best practices that have been devised by the AWS AppSync team and the specialists who use it regularly. Specifically, we will […]
New in AWS Amplify: Integrate with SQL databases, OIDC/SAML providers, and the AWS CDK
Welcome to “Extensibility Day” of AWS Amplify’s Launch Week! With Amplify Gen 2, we’re providing four new capabilities to customize your app according to your business need. Today, we’re announcing the ability to: Integrate with existing data sources (including PostgreSQL or MySQL databases) Authenticate with any OpenID Connect (OIDC) or SAML authentication provider Customize any […]
Fullstack TypeScript: Reintroducing AWS Amplify
We are thrilled to announce the general availability of AWS Amplify Gen 2, a fullstack TypeScript experience for building cloud-connected apps. AWS Amplify helps you accomplish two jobs: Host your web app Build and connect to a cloud backend With Amplify Gen 2, every part of your app’s cloud backend is defined in TypeScript. Need […]