Front-End Web & Mobile
Tag: graphql
AWS AppSync real-time reference architecture
* This article was written by Ed Lima, Solutions Architect at AWS. Mobile and web applications need to provide engaging and collaborative experiences to users, and real-time access to data is essential. Real-time technologies enable users to receive information as it happens. Use cases such as live scores, second screen, chat applications, dashboards, all sorts […]
AWS AppSync releases new guided API builder
Today, we’re launching a new guided API builder for AWS AppSync. Before today, knowing GraphQL was a prerequisite for building an AWS AppSync API because AWS AppSync is powered by GraphQL. GraphQL is a powerful API query language that allows your backend and applications to perform complex data fetching in a single round trip for […]
Announcing the AWS Amplify CLI toolchain
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Today we’re launching the AWS Amplify Command Line […]
AWS AppSync adds quick-start sample for Amazon Aurora
AWS AppSync has support for a wide variety of data storage options—including Amazon DynamoDB, Amazon ElasticSearch Service, and AWS Lambda. Today, we’re announcing the availability of a quick-start that connects to Amazon Aurora MySQL mode using AWS Lambda. You create this connection using a Lambda function that executes a SQL statement (provided by an AWS […]
AWS AppSync releases an enhanced “no-code” GraphQL API builder, HTTP resolvers, new built-in scalar types, and SDK cache abstraction
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. This past week at the AWS Summit – New York, we announced some new features for AWS AppSync and the client SDK. We’ve been working closely with developers in the community to enhance their experience in building applications, and the […]
User settings sync for iOS with AWS AppSync
Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is generally shown as a key-value pair, where the keys and values […]
Use a custom domain with AWS AppSync, Amazon CloudFront, and Amazon Route 53
Update: AWS AppSync now supports custom domain names as a feature. Visit the blog post that describes the feature, and the documentation for more details. Most of the time, AWS AppSync can use any domain name because a user doesn’t type in the name of the GraphQL endpoint—it’s embedded in an app. […]
Android GraphQL subscriptions and support for complex objects in AWS AppSync
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. AWS AppSync and AWS Amplify have had several releases over the past few months. With AWS AppSync, you can easily apply real-time or offline features to an existing Amazon DynamoDB table. You can also provide complete GraphQL capabilities to your […]
Building a serverless real-time chat application with AWS AppSync
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. Update: We recommend checking the new revamped chat app solution with more features, modern client libraries, and simplified implementation. Today, most digital media […]