Front-End Web & Mobile

Category: Top Posts

Blog banner for Component Slot feature launch

Introducing Component Slots for Figma-to-React code in Amplify Studio

This blog post was written by Wesley Peck, Senior Product Manager – Technical at AWS Amplify. AWS Amplify Studio is excited to announce a new feature for the Amplify Studio UI Library called “Component Slots”! Component Slots allow you to pass React components or any JSX elements as children of a component generated by Figma. […]

Creating serverless GraphQL APIs from RDS databases with AWS AppSync and PostGraphile

GraphQL is a query language for APIs that provides an understandable description of the data in your API, and that allows clients to ask for data in the shape that they need it. GraphQL helps developers implement applications faster, by giving developers the ability to query multiple databases, microservices, and APIs with a single GraphQL […]

Create real-time applications via serverless WebSockets with new AWS AppSync GraphQL subscriptions filtering capabilities

With AWS AppSync you can create serverless GraphQL APIs that simplify application development by providing a single endpoint to securely query or update data from multiple data sources, and leverage GraphQL subscriptions to implement engaging real-time application experiences by automatically publishing data updates to subscribed API clients via serverless WebSockets connections. Taking advantage of GraphQL subscriptions […]

Client A inserted data into the AWS AppSync endpoint in Ireland. This data was in turn inserted into Amazon DynamoDB, which replicated the data to Sydney. In Sydney, Amazon DynamoDB streams trigger AWS Lambda functions which notify the AWS AppSync endpoint to the new data. Client C receives the new data via its subscription

Multi Region Deployment of AWS AppSync with Amazon DynamoDB Global Tables

As organizations grow, they often need to serve geographically dispersed users with low latency, prompting them to have a distributed global infrastructure in the cloud. By leveraging the AWS Global Network to deploy applications into multiple AWS Regions, organizations can allow their users to connect to an API endpoint in the Region with the lowest […]

Simple serverless WebSocket real-time API with AWS AppSync (little or no GraphQL experience required)

AWS AppSync simplifies application development by letting applications securely access, manipulate, and receive data as well as real-time updates from multiple data sources, such as databases or APIs. Taking advantage of GraphQL subscriptions to perform real-time operations, AppSync can push data to clients that choose to listen to specific events from the backend. This means […]

Introducing server-side caching item eviction for AWS AppSync

AWS AppSync is a managed serverless GraphQL service that makes it easy to securely connect to data sources such as Amazon DynamoDB tables, AWS Lambda functions, and more. AppSync offers managed server-side caching that reduces the need to fetch data from your data sources for every single request. This lets developers optimize their GraphQL APIs, and […]

Introducing configurable batching size for AWS AppSync Lambda resolvers

AWS AppSync is a serverless GraphQL service that makes it easy to create single endpoint GraphQL and realtime APIs. AppSync lets you combine disparate data sources and deliver the results to applications in an expected format, as specified by your API’s schema definition. Customers use resolvers attached to AWS Lambda functions to retrieve data from various […]

Introducing Custom Domain Names for AWS AppSync APIs

AWS AppSync is a managed serverless GraphQL service that makes it easy to create GraphQL APIs. You can use AppSync to securely access, manipulate, and combine data from one or more data sources in a single API call. Developers use AppSync to build scalable applications for a wide range of use cases, such as real-time […]

Featured Image for Amplify Studio

AWS Amplify Studio – Figma to Fullstack React App With Minimal Programming

AWS Amplify announces AWS Amplify Studio, a visual development environment that offers frontend developers new features (public preview) to accelerate UI development with minimal coding, while integrating Amplify’s powerful backend configuration and management capabilities. Amplify Studio automatically translates designs made in Figma to human-readable React UI component code. Within Amplify Studio, developers can visually connect […]

Featured image for GraphQL Transformer v2

AWS Amplify announces the new GraphQL Transformer v2. More feature-rich, flexible, and extensible.

Today, AWS Amplify announces the GraphQL Transformer version 2, enabling developers to develop more feature-rich, flexible, and extensible GraphQL-based app backends even with minimal cloud expertise. The AWS Amplify CLI is a command line toolchain that helps frontend developers create app backends in the cloud. With the Transformer, developers can configure their backend data model […]