Front-End Web & Mobile
Tag: AppSync
Create a Fullstack, Sample Web App powered by HAQM Bedrock
In this post we will walk you through creating a fullstack, sample web app that uses HAQM 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 HAQM Bedrock foundational models, and […]
Build a GraphQL API for your HAQM Aurora MySQL database using AWS AppSync and the RDS Data API
Today, we’re excited to announce that AWS AppSync now makes it easier for customers to create GraphQL APIs based on the the tables of their existing MySQL and PostgreSQL databases running on HAQM Aurora clusters configured with the Data API. When building APIs for existing databases, developers typically have to build an interface that accurately […]
Build a Real-time, WebSockets API for HAQM Bedrock
Generative AI is transforming the way applications interface with data, which in turn is creating new challenges for application developers building with generative AI services like HAQM Bedrock. HAQM Bedrock is the easiest way to build and scale generative AI applications with foundation models (FMs). HAQM Bedrock, a fully managed service, offers a choice of […]
Connect HAQM Bedrock to your data with AWS AppSync and GraphQL
This post describes how you can leverage AWS AppSync and GraphQL APIs to seamlessly connect your HAQM Bedrock FMs and Agents to both public APIs and to your private APIs and databases. HAQM Bedrock is a generative AI service, and is the easiest way to build and scale generative AI applications with foundation models (FMs). […]
Architecture Patterns for AWS AppSync Private APIs
AWS AppSync is a fully managed service that enables developers to create GraphQL APIs that securely access, manipulate and combine data from one or more data sources. Recently, AWS announced the support for AWS AppSync Private APIs to help customers restrict access to your GraphQL APIs to API consumers within a private network, such as […]
Query Heterogeneous Data Sources through AWS AppSync GraphQL APIs
AWS AppSync and HAQM API Gateway are managed API services designed to provide a unified endpoint enabling front end clients to access resources stored in various data sources. This article underscores the advantages of employing AppSync as the API solution for external clients to access your data sources via GraphQL. Introduction GraphQL, an API protocol, […]
Connect a React app to GraphQL and DynamoDB with AWS CDK and Amplify
Today, we’re excited to announce the official AWS Cloud Development Kit (CDK) construct for Amplify’s GraphQL APIs capabilities. With Amplify’s GraphQL API CDK construct, you can create a real-time GraphQL API backed by data sources such as HAQM DynamoDB tables or AWS Lambda functions using a single GraphQL schema definition. (View on Construct Hub) Launching […]
AWS AppSync WebSockets-based subscriptions for real-time updates now support nested filtering
AWS AppSync is a fully managed service that enables developers to build digital experiences based on real-time data. With AppSync, you can configure data sources to push and publish real-time data updates to subscribed clients. AppSync handles connection management, scalability, fan-out and broadcasting, allowing you to focus on your application business needs instead of managing […]
AWS AppSync Merged APIs Best Practices: Part 3 – Security
In this AWS AppSync Merged API – Best practices series, we cover important topics for developers, architects, and security engineers who are creating and managing AWS AppSync Merged and Source APIs. This multi-part series discusses best practices on schema composition, security, deployment and testing and subscriptions for Merged APIs. AWS AppSync offers Merged APIs, which […]
AWS AppSync now supports JavaScript for all resolvers in GraphQL APIs
AWS AppSync is a managed service that makes it easy to build scalable APIs that connect applications to data. Whether you’re looking to power your web applications with an API that connects to HAQM DynamoDB, or you are looking to build a real-time dashboard that provides live event updates to your users, AppSync can help […]