Ruben RangelProrubenrangel.net·May 7, 2024FeaturedCrafting a Unified GraphQL Experience with AWS AppSync Merged APIsLately, I’ve been exploring AWS AppSync Merged APIs to better understand the complexities and tradeoffs involved in creating a unified GraphQL API experience that can be supported by various subdomain teams. Motivation GraphQL is all about the graph ...Discuss·19 likes·175 readsAWS
Florian FuchsProflofuchs.com·Mar 21, 2024Mastering Type Safety in AWS AppSync: Creating Typed Lambda Resolvers with TypeScriptIn this article, I will show you how to generate TypeScript types of your GQL schema. We will then connect them to an AppSync Lambda resolver. This will give you better DX and type safety as you write your logic. TLDR Here is an example repository bu...Discuss·15 likes·272 readsGraphQL
Lorenzo Hidalgo Gadealhidalgo.dev·Mar 15, 2024Enhance Your AppSync API Development: Easy Steps to Auto-Generate Postman CollectionsTL;DR;This article covers how developers can take advantage of the serverless-gql-generator plugin for Serverless Framework to automatically generate new Postman Collections or Raw Requests for an AppSync API. Introduction A few weeks ago, I announc...Discuss·86 readsAppSync & GraphQLAWS
Raul NaupariProblog.raulnq.com·Mar 6, 2024AWS SAM: Provisioning AWS AppSync with Amazon RDS Data SourceAWS AppSync now supports Aurora Serverless v2 and Aurora provisioned clusters as data sources. However, the DataSource property within the AWS::Serverless::GraphQLApi resource of AWS SAM doesn't yet support RDS. Until an update from the AWS SAM team ...Discuss·130 readsrds
Benoît BouréforGraphBoltblog.graphbolt.dev·Feb 29, 2024AWS AppSync Best PracticesAWS AppSync is a serverless offering from AWS that allows you to create scalable and efficient GraphQL APIs. It is fully managed, meaning that you don't need to worry about managing infrastructure or servers. Like any other service, there are some be...Discuss·1 like·1.4K readsaws appsync
Benoît BouréforGraphBoltblog.graphbolt.dev·Feb 22, 2024Building an Event-Driven Application with AWS AppSync, EventBridge, and Step FunctionsOver the past years, event-driven architecture has become more and more popular. With the arrival of services such as EventBridge and its integration with many other AWS services, building such applications has become easier than ever. Last year, AWS...Md Faizan Alam and 1 other are discussing this2 people are discussing thisDiscuss·17 likes·1.6K readsAppSync TutorialsAppSync
Benoît BouréforGraphBoltblog.graphbolt.dev·Feb 5, 2024GraphBolt v1.0.0 is Here 🚀After opening sales in December, and leaving the Beta phase in January, today, I'm proudly announcing one of the biggest releases to date. This version marks a huge milestone in the project and offers some major features I've wanted to include for a ...Discuss·10 likes·212 readsUpdatesAppSync
Michael LiendoProblog.focusotter.com·Feb 6, 2024How AWS AppSync and Amazon EventBridge unlock real-time data across domainsWhen AWS announced for AppSync as an EventBrige target, I thought of the use cases this unlocks. For those that aren't aware, it was already possible for AppSync to put an event directly on an event bus. So I figured there was some lambda-less soluti...Discuss·10 likes·327 readsAWS
Michael LiendoProblog.focusotter.com·Jan 29, 2024Event-Driven Architectures: Real-time Data Across Decoupled ApplicationsI recently wrote about how to invoke an AppSync API from a Lambda function. While useful and a valid approach, I had 2 gripes with that approach: Manually signing SigV4 requests The coupling between the application that sent the request, and the ap...Discuss·92 readsAWS EventBridge
Michael LiendoProblog.focusotter.com·Jan 24, 2024How to Invoke AppSync from a Lambda functionThe only time I drink Starbucks is when I travel through the airport. Last time, I noticed they now allow you to skip the line buy ordering from a QR Code. After making your online order, the baristas still get your order on a screen. In another use ...Discuss·10 likes·700 readsfocusotter