Front-End Web & Mobile
Tag: aws-appsync
Developing and testing GraphQL APIs, Storage and Functions with Amplify Framework Local Mocking features
This article was written by Ed Lima, Sr. Solutions Architect, AWS and Sean Grove, OneGraph In fullstack application development, iteration is king. At AWS, we’re constantly identifying steps in the process of shipping product that slow iteration, or sap developer productivity and happiness, and work to shorten it. To that end, we’ve provided cloud APIs, serverless […]
Amplify Framework adds support for AWS Lambda functions and HAQM DynamoDB custom indexes in GraphQL schemas
Written by Kurt Kemple, Sr. Developer Advocate at AWS, Nikhil Dabhade, Sr. Product Manager at AWS, & Me! The Amplify Framework is an open source project for building cloud-enabled mobile and web applications. Today, we’re happy to announce new features for the Function and API categories in the Amplify CLI. It’s now possible to add […]
Invoke AWS services directly from AWS AppSync
* Written by Josh Kahn, Senior AWS Solutions Architect based in Chicago, IL. September 14, 2021: HAQM Elasticsearch Service has been renamed to HAQM OpenSearch Service. See details. AWS AppSync is a managed GraphQL service that enables developers to easily build data-driven mobile and web applications. Using a serverless backend, you can build a GraphQL […]
Building an Android app with AWS Amplify – Part 2
This post has been deprecated. Instead, please see the new Amplify Android Getting Started tutorial to learn how to build Android mobile applications using AWS Amplify. This is part 2 of a two-part series of walkthroughs on how to build an AWS cloud-enabled Android mobile app with the AWS Amplify toolchain. In this post, we […]
AWS AppSync releases Pipeline Resolvers, Aurora Serverless support, Delta Sync
AWS AppSync, a Serverless GraphQL backend for providing data to mobile and web applications, has been steadily releasing features over the past year since launching at re:Invent 2017. Today, we’re happy to release several new service and client features for AWS AppSync that can greatly enhance the way you build client applications and provide data […]
Building an Android app with AWS Amplify – Part 1
This post has been deprecated. Instead, please see the new Amplify Android Getting Started tutorial to learn how to build Android mobile applications using AWS Amplify. This walkthrough is part 1 of a two-part series on how to build an AWS cloud-enabled Android mobile app with the AWS Amplify toolchain. Suppose that you want to […]
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: HAQM Elasticsearch Service has been renamed to HAQM OpenSearch Service. See details. Today we’re launching the AWS Amplify Command Line […]
Build a user settings store with AWS AppSync
HAQM 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 limited to key-value pairs where the keys and values are both […]
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 […]