Lucas Vera Toroblog.lucasdev.info·Oct 25, 2024Building a Real-Time Voting System With AWS AppSync and DynamoDbThis article presents a proof of concept for a real-time voting app facilitating SCRUM grooming sessions using AWS AppSync for a serverless GraphQL API and DynamoDB for storage. It outlines the architecture, data modeling, and implementation details,...Discuss·2 likes·49 readsAWS - ServerlessAWS
Jones Zachariah Noel NforThe Serverless Terminalblog.theserverlessterminal.com·Oct 14, 2024Serverless APIs? This will help you choose the right one!APIs are the core component that is bringing in the integrations with Server or backend with the client that could be a front-end or another service or even a third-party application that is invoking them. Application Programming Interface (APIs) ar...Discuss·11 likes·431 readsAPIs
Lucas Vera Toroblog.lucasdev.info·Sep 24, 2024Maximize Performance with AWS AppSync Direct Integrations[generated with AI] AWS AppSync simplifies the creation and management of GraphQL APIs by connecting data sources to resolvers through functions, enhancing front-end and back-end collaboration. This article explores the advantages of using AppSync’s ...Discuss·16 likes·35 readsAWS - ServerlessGraphQL
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·188 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·341 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·90 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·196 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.7K 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.8K 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·228 readsUpdatesAppSync