We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.
If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by selecting Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
We and our advertising partners (“we”) may use information we collect from or about you to show you ads on other websites and online services. Under certain laws, this activity is referred to as “cross-context behavioral advertising” or “targeted advertising.”
To opt out of our use of cookies or similar technologies to engage in these activities, select “Opt out of cross-context behavioral ads” and “Save preferences” below. If you clear your browser cookies or visit this site from a different device or browser, you will need to make your selection again. For more information about cookies and how we use them, read our Cookie Notice.
To opt out of the use of other identifiers, such as contact information, for these activities, fill out the form here.
For more information about how AWS handles your information, read the AWS Privacy Notice.
We will only store essential cookies at this time, because we were unable to save your cookie preferences.
If you want to change your cookie preferences, try again later using the link in the AWS console footer, or contact support if the problem persists.
Simplified Data Access and Querying
AWS AppSync uses GraphQL, a data language that enables client apps to fetch, change and subscribe to data from servers. In a GraphQL query, the client specifies how the data is to be structured when it is returned by the server. This makes it possible for the client to query only for the data it needs, in the format that it needs it in. GraphQL also includes a feature called “introspection” which lets new developers on a project discover the data available without requiring knowledge of the backend.
Cache your data that doesn't change frequently for improved performance
AWS AppSync’s server-side data caching capabilities reduce the need to directly access data sources by making data available in high speed in-memory managed caches, delivering data at low latency. Being fully managed, it eliminates the operational overhead of managing cache clusters. By providing the flexibility to selectively cache data fields and operations defined in the GraphQL schema with customizable expiration, data caching further enables developers to configure optimal performance for their business needs.
Generate a unified GraphQL API based on multiple independent source APIs from different teams
An AppSync Merged GraphQL API composes multiple GraphQL schemas, imports AppSync data sources and resolvers from multiple APIs, and consolidates all resources, combining all the APIs into a single Merged API endpoint that can be exposed to clients. This improves multi-service isolation and minimizes the need for service teams to interact with each other by automating the integration and composition of GraphQL schemas.
Build engaging user experiences
Easily publish and subscribe to real-time data updates and events, like live sports scores and stats, group chat messages, price and inventory level changes, or location and schedule updates, without having to deploy and manage WebSockets infrastructure.
Pub/sub simplified
Developers get started with AppSync Event APIs by simply naming their Event API and defining its default authorization mode and channel namespace(s). That’s it. They can then immediately begin publishing events to channels that they define at runtime.
Transform and filter messages
Event handlers are optional and can be used by developers to transform events as they are published, and to perform advanced authorization logic on publish or subscribe connection requests.
Multiple auth modes
Multiple, built-in auth modes for API keys, OIDC providers, Amazon Cognito, and custom Lambda authorizers, makes setting up auth simple.
Use your own domain name to access AWS AppSync endpoints
AWS AppSync enables customers to use custom domain names with their AWS AppSync API endpoints. To create a custom domain name in AppSync, you simply provide a domain name you own and indicate a valid AWS Certificate Manager (ACM) certificate that covers your domain. Once the custom domain name is created, you can associate the domain name with any available AppSync API in your account. After you have updated your DNS record to map to to the AppSync-provided domain name, you can configure your applications to use the new GraphQL and Event API endpoints. You can change the API association on your custom domain at any time without having to update your applications. When AppSync receives a request on the custom domain endpoint, it routes it to the associated API for handling.
Monitoring, analytics, logging and tracing
With AWS AppSync you can easily configure AWS CloudWatch and AWS X-Ray to provide comprehensive logging and tracing for your AppSync APIs.
Secure your APIs
AWS AppSync offers support for private APIs that can be used to limit API exposure to only within a customer's VPC. Traffic to a private API uses connections that are designed to be secure and does not leave the Amazon network. Customers can also use AWS web application firewall(WAF) to protect their web application and AppSync API from common web exploits, such as SQL injection and cross-site scripting (XSS) attacks.