Front-End Web & Mobile
Category: AWS AppSync
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 […]
The evolution of full-stack development with AWS Amplify
To cater to the delivery of increasingly fast and personalised experiences, the way web applications are built and rendered has evolved significantly over the years. Along the way, the role of the developers who build them has also changed to reflect this evolution. In this post, you will learn about the progression of full-stack web […]
Building a Secure GraphQL API with AWS Amplify and AWS AppSync
Client-side web development with frameworks like React, Angular, and Vue have become incredibly popular. At the same time, GraphQL has emerged as an alternative to REST for building robust, efficient APIs. However, using GraphQL APIs from client-side code comes with unique challenges compared to REST. One major roadblock is handling Cross-Origin Resource Sharing (CORS) when […]
Control GraphQL execution complexity, query depth, and introspection with AWS AppSync
This article is written by Erik Yang with contributions from Eric Robertson AWS AppSync recently announced new configuration options that make it easier for customers to configure limits to how their APIs can be consumed. These options allow customers to set a maximum number of resolvers per query, a maximum depth of queried data, and […]
Create a Fullstack, Sample Web App powered by Amazon Bedrock
In this post we will walk you through creating a fullstack, sample web app that uses Amazon Bedrock to create generative AI-powered application features and user experiences. Your sample app will include: A React frontend web application, built with Amplify UI components, that supports both end user chat interactions with Amazon Bedrock foundational models, and […]